Html Css Color HEX #702814 Pueblo

📋 copy color: '#702814'

red 112 ◦ green 40 ◦ blue 20

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

Shades of Pueblo #702814

Tints of Pueblo #702814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.26%

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

R = 65.12%
G = 23.26%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#702814 (or 0x702814) is known color: Pueblo. HEX triplet: 70, 28 and 14. RGB value is (112,40,20). Sum of RGB (Red+Green+Blue) = 112+40+20=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #702814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702814 is #8FD7EB. Grayscale: #3B3B3B. Windows color (decimal): -9426924 or 1321072. OLE color: 1321072.

HSL color Cylindrical-coordinate representation of color #702814: hue angle of 13.04º 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 #702814 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 40 20 -
CMYK 0 0.64 0.82 0.56
HSL 13.04º 0.7% 0.26% -
HSV(B) 13.04º 0.82% 0.44% -
XYZ 7.57 5.01 1.23 -
YUV 59.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 112 40 20 0 0.64 0.82 0.56 13.04 0.7 0.26
Hex 70 28 14 0 40 52 38 D 46 1A
Octal 160 50 24 0 100 122 70 15 106 32
Binary 1110000 101000 10100 0 1000000 1010010 111000 1101 1000110 11010

Color Harmonies of #702814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702814

Black with #702814

Text Example


Text Example

White with #702814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702814; }

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

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

background-color css

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

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

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

border-color css

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

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

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