Html Css Color HEX #702918 Pueblo

📋 copy color: '#702918'

red 112 ◦ green 41 ◦ blue 24

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

Shades of Pueblo #702918

Tints of Pueblo #702918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 24 (9.77% from 255) = 13.56%

R = 63.28%
G = 23.16%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#702918 (or 0x702918) is known color: Pueblo. HEX triplet: 70, 29 and 18. RGB value is (112,41,24). Sum of RGB (Red+Green+Blue) = 112+41+24=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #702918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702918 is #8FD6E7. Grayscale: #3C3C3C. Windows color (decimal): -9426664 or 1583472. OLE color: 1583472.

HSL color Cylindrical-coordinate representation of color #702918: hue angle of 11.59º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702918 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 24 -
CMYK 0 0.63 0.79 0.56
HSL 11.59º 0.65% 0.27% -
HSV(B) 11.59º 0.79% 0.44% -
XYZ 7.64 5.1 1.45 -
YUV 60.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 112 41 24 0 0.63 0.79 0.56 11.59 0.65 0.27
Hex 70 29 18 0 3F 4F 38 C 41 1B
Octal 160 51 30 0 77 117 70 14 101 33
Binary 1110000 101001 11000 0 111111 1001111 111000 1100 1000001 11011

Color Harmonies of #702918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702918

Black with #702918

Text Example


Text Example

White with #702918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702918; }

 p { color: rgb(112,41,24); }

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

background-color css

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

 a { background-color: rgb(112,41,24); }

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

border-color css

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

 span { border-color: rgb(112,41,24); }

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