Html Css Color HEX #702414 Pueblo

📋 copy color: '#702414'

red 112 ◦ green 36 ◦ blue 20

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

Shades of Pueblo #702414

Tints of Pueblo #702414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.9%

R = 66.67%
G = 21.43%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#702414 (or 0x702414) is known color: Pueblo. HEX triplet: 70, 24 and 14. RGB value is (112,36,20). Sum of RGB (Red+Green+Blue) = 112+36+20=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #702414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702414 is #8FDBEB. Grayscale: #393939. Windows color (decimal): -9427948 or 1320048. OLE color: 1320048.

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

Color convert

RGB 112 36 20 -
CMYK 0 0.68 0.82 0.56
HSL 10.43º 0.7% 0.26% -
HSV(B) 10.43º 0.82% 0.44% -
XYZ 7.44 4.76 1.19 -
YUV 56.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 112 36 20 0 0.68 0.82 0.56 10.43 0.7 0.26
Hex 70 24 14 0 44 52 38 A 46 1A
Octal 160 44 24 0 104 122 70 12 106 32
Binary 1110000 100100 10100 0 1000100 1010010 111000 1010 1000110 11010

Color Harmonies of #702414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702414

Black with #702414

Text Example


Text Example

White with #702414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702414; }

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

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

background-color css

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

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

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

border-color css

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

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

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