Html Css Color HEX #703626 Pueblo

📋 copy color: '#703626'

red 112 ◦ green 54 ◦ blue 38

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

Shades of Pueblo #703626

Tints of Pueblo #703626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.63%

R = 54.9%
G = 26.47%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#703626 (or 0x703626) is known color: Pueblo. HEX triplet: 70, 36 and 26. RGB value is (112,54,38). Sum of RGB (Red+Green+Blue) = 112+54+38=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #703626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703626 is #8FC9D9. Grayscale: #454545. Windows color (decimal): -9423322 or 2504304. OLE color: 2504304.

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

Color convert

RGB 112 54 38 -
CMYK 0 0.52 0.66 0.56
HSL 12.97º 0.49% 0.29% -
HSV(B) 12.97º 0.66% 0.44% -
XYZ 8.35 6.22 2.59 -
YUV 69.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 112 54 38 0 0.52 0.66 0.56 12.97 0.49 0.29
Hex 70 36 26 0 34 42 38 D 31 1D
Octal 160 66 46 0 64 102 70 15 61 35
Binary 1110000 110110 100110 0 110100 1000010 111000 1101 110001 11101

Color Harmonies of #703626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703626

Black with #703626

Text Example


Text Example

White with #703626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703626; }

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

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

background-color css

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

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

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

border-color css

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

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

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