Html Css Color HEX #703928 Pueblo

📋 copy color: '#703928'

red 112 ◦ green 57 ◦ blue 40

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

Shades of Pueblo #703928

Tints of Pueblo #703928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.27%

 BLUE value IS 40 (16.02% from 255) = 19.14%

R = 53.59%
G = 27.27%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#703928 (or 0x703928) is known color: Pueblo. HEX triplet: 70, 39 and 28. RGB value is (112,57,40). Sum of RGB (Red+Green+Blue) = 112+57+40=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #703928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703928 is #8FC6D7. Grayscale: #474747. Windows color (decimal): -9422552 or 2636144. OLE color: 2636144.

HSL color Cylindrical-coordinate representation of color #703928: hue angle of 14.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703928 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 40 -
CMYK 0 0.49 0.64 0.56
HSL 14.17º 0.47% 0.3% -
HSV(B) 14.17º 0.64% 0.44% -
XYZ 8.53 6.52 2.82 -
YUV 71.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 112 57 40 0 0.49 0.64 0.56 14.17 0.47 0.3
Hex 70 39 28 0 31 40 38 E 2F 1E
Octal 160 71 50 0 61 100 70 16 57 36
Binary 1110000 111001 101000 0 110001 1000000 111000 1110 101111 11110

Color Harmonies of #703928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703928

Black with #703928

Text Example


Text Example

White with #703928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703928; }

 p { color: rgb(112,57,40); }

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

background-color css

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

 a { background-color: rgb(112,57,40); }

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

border-color css

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

 span { border-color: rgb(112,57,40); }

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