Html Css Color HEX #702A18 Pueblo

📋 copy color: '#702A18'

red 112 ◦ green 42 ◦ blue 24

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

Shades of Pueblo #702A18

Tints of Pueblo #702A18

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.6%

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

R = 62.92%
G = 23.6%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#702A18 (or 0x702A18) is known color: Pueblo. HEX triplet: 70, 2A and 18. RGB value is (112,42,24). Sum of RGB (Red+Green+Blue) = 112+42+24=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #702A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A18 is #8FD5E7. Grayscale: #3D3D3D. Windows color (decimal): -9426408 or 1583728. OLE color: 1583728.

HSL color Cylindrical-coordinate representation of color #702A18: hue angle of 12.27º 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 #702A18 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 42 24 -
CMYK 0 0.62 0.79 0.56
HSL 12.27º 0.65% 0.27% -
HSV(B) 12.27º 0.79% 0.44% -
XYZ 7.67 5.17 1.46 -
YUV 60.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 112 42 24 0 0.62 0.79 0.56 12.27 0.65 0.27
Hex 70 2A 18 0 3E 4F 38 C 41 1B
Octal 160 52 30 0 76 117 70 14 101 33
Binary 1110000 101010 11000 0 111110 1001111 111000 1100 1000001 11011

Color Harmonies of #702A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A18

Black with #702A18

Text Example


Text Example

White with #702A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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