Html Css Color HEX #703320 Pueblo

📋 copy color: '#703320'

red 112 ◦ green 51 ◦ blue 32

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

Shades of Pueblo #703320

Tints of Pueblo #703320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.15%

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

R = 57.44%
G = 26.15%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#703320 (or 0x703320) is known color: Pueblo. HEX triplet: 70, 33 and 20. RGB value is (112,51,32). Sum of RGB (Red+Green+Blue) = 112+51+32=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #703320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703320 is #8FCCDF. Grayscale: #434343. Windows color (decimal): -9424096 or 2110320. OLE color: 2110320.

HSL color Cylindrical-coordinate representation of color #703320: hue angle of 14.25º 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 #703320 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 32 -
CMYK 0 0.54 0.71 0.56
HSL 14.25º 0.56% 0.28% -
HSV(B) 14.25º 0.71% 0.44% -
XYZ 8.13 5.92 2.08 -
YUV 67.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 112 51 32 0 0.54 0.71 0.56 14.25 0.56 0.28
Hex 70 33 20 0 36 47 38 E 38 1C
Octal 160 63 40 0 66 107 70 16 70 34
Binary 1110000 110011 100000 0 110110 1000111 111000 1110 111000 11100

Color Harmonies of #703320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703320

Black with #703320

Text Example


Text Example

White with #703320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703320; }

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

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

background-color css

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

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

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

border-color css

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

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

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