Html Css Color HEX #702412 Pueblo

📋 copy color: '#702412'

red 112 ◦ green 36 ◦ blue 18

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

Shades of Pueblo #702412

Tints of Pueblo #702412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

 BLUE value IS 18 (7.42% from 255) = 10.84%

R = 67.47%
G = 21.69%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#702412 (or 0x702412) is known color: Pueblo. HEX triplet: 70, 24 and 12. RGB value is (112,36,18). Sum of RGB (Red+Green+Blue) = 112+36+18=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #702412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702412 is #8FDBED. Grayscale: #383838. Windows color (decimal): -9427950 or 1188976. OLE color: 1188976.

HSL color Cylindrical-coordinate representation of color #702412: hue angle of 11.49º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #702412 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 18 -
CMYK 0 0.68 0.84 0.56
HSL 11.49º 0.72% 0.25% -
HSV(B) 11.49º 0.84% 0.44% -
XYZ 7.42 4.75 1.1 -
YUV 56.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 112 36 18 0 0.68 0.84 0.56 11.49 0.72 0.25
Hex 70 24 12 0 44 54 38 B 48 19
Octal 160 44 22 0 104 124 70 13 110 31
Binary 1110000 100100 10010 0 1000100 1010100 111000 1011 1001000 11001

Color Harmonies of #702412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702412

Black with #702412

Text Example


Text Example

White with #702412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702412; }

 p { color: rgb(112,36,18); }

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

background-color css

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

 a { background-color: rgb(112,36,18); }

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

border-color css

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

 span { border-color: rgb(112,36,18); }

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