Html Css Color HEX #702C18 Pueblo

📋 copy color: '#702C18'

red 112 ◦ green 44 ◦ blue 24

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

Shades of Pueblo #702C18

Tints of Pueblo #702C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.44%

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

R = 62.22%
G = 24.44%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#702C18 (or 0x702C18) is known color: Pueblo. HEX triplet: 70, 2C and 18. RGB value is (112,44,24). Sum of RGB (Red+Green+Blue) = 112+44+24=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #702C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C18 is #8FD3E7. Grayscale: #3E3E3E. Windows color (decimal): -9425896 or 1584240. OLE color: 1584240.

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

Color convert

RGB 112 44 24 -
CMYK 0 0.61 0.79 0.56
HSL 13.64º 0.65% 0.27% -
HSV(B) 13.64º 0.79% 0.44% -
XYZ 7.75 5.31 1.48 -
YUV 62.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 112 44 24 0 0.61 0.79 0.56 13.64 0.65 0.27
Hex 70 2C 18 0 3D 4F 38 E 41 1B
Octal 160 54 30 0 75 117 70 16 101 33
Binary 1110000 101100 11000 0 111101 1001111 111000 1110 1000001 11011

Color Harmonies of #702C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C18

Black with #702C18

Text Example


Text Example

White with #702C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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