Html Css Color HEX #703020 Pueblo

📋 copy color: '#703020'

red 112 ◦ green 48 ◦ blue 32

#703020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pueblo #703020

Tints of Pueblo #703020

RGB

 RED value IS 112 (44.14% from 255) = 58.33%

 GREEN value IS 48 (19.14% from 255) = 25%

 BLUE value IS 32 (12.89% from 255) = 16.67%

R = 58.33%
G = 25%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#703020 (or 0x703020) is known color: Pueblo. HEX triplet: 70, 30 and 20. RGB value is (112,48,32). Sum of RGB (Red+Green+Blue) = 112+48+32=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #703020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703020 is #8FCFDF. Grayscale: #414141. Windows color (decimal): -9424864 or 2109552. OLE color: 2109552.

HSL color Cylindrical-coordinate representation of color #703020: hue angle of 12º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703020 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 48 32 -
CMYK 0 0.57 0.71 0.56
HSL 12º 0.56% 0.28% -
HSV(B) 12º 0.71% 0.44% -
XYZ 8 5.66 2.04 -
YUV 65.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 112 48 32 0 0.57 0.71 0.56 12 0.56 0.28
Hex 70 30 20 0 39 47 38 C 38 1C
Octal 160 60 40 0 71 107 70 14 70 34
Binary 1110000 110000 100000 0 111001 1000111 111000 1100 111000 11100

Color Harmonies of #703020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703020

Black with #703020

Text Example


Text Example

White with #703020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703020; }

 p { color: rgb(112,48,32); }

 H1.HeaderClassName
 {
   color: #703020;
 }
 .AnyTagClassName
 {
   color: #703020;
 }
</style>

background-color css

<style>
 a { background-color: #703020; }

 a { background-color: rgb(112,48,32); }

 div.DivClassName
 {
   background-color: #703020;
 }
 .BgClassName
 {
   background-color: #703020;
 }
</style>

border-color css

<style>
 span { border-color: #703020; }

 span { border-color: rgb(112,48,32); }

 td.TdClassName
 {
   border-color: #703020;
 }
 .TagClassName
 {
   border-color: #703020;
 }
</style>