Html Css Color HEX #703628 Pueblo

📋 copy color: '#703628'

red 112 ◦ green 54 ◦ blue 40

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

Shades of Pueblo #703628

Tints of Pueblo #703628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.21%

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

R = 54.37%
G = 26.21%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#703628 (or 0x703628) is known color: Pueblo. HEX triplet: 70, 36 and 28. RGB value is (112,54,40). Sum of RGB (Red+Green+Blue) = 112+54+40=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #703628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703628 is #8FC9D7. Grayscale: #454545. Windows color (decimal): -9423320 or 2635376. OLE color: 2635376.

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

Color convert

RGB 112 54 40 -
CMYK 0 0.52 0.64 0.56
HSL 11.67º 0.47% 0.3% -
HSV(B) 11.67º 0.64% 0.44% -
XYZ 8.38 6.24 2.77 -
YUV 69.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 112 54 40 0 0.52 0.64 0.56 11.67 0.47 0.3
Hex 70 36 28 0 34 40 38 C 2F 1E
Octal 160 66 50 0 64 100 70 14 57 36
Binary 1110000 110110 101000 0 110100 1000000 111000 1100 101111 11110

Color Harmonies of #703628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703628

Black with #703628

Text Example


Text Example

White with #703628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703628; }

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

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

background-color css

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

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

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

border-color css

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

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

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