Html Css Color HEX #702914 Pueblo

📋 copy color: '#702914'

red 112 ◦ green 41 ◦ blue 20

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

Shades of Pueblo #702914

Tints of Pueblo #702914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

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

R = 64.74%
G = 23.7%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#702914 (or 0x702914) is known color: Pueblo. HEX triplet: 70, 29 and 14. RGB value is (112,41,20). Sum of RGB (Red+Green+Blue) = 112+41+20=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #702914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702914 is #8FD6EB. Grayscale: #3B3B3B. Windows color (decimal): -9426668 or 1321328. OLE color: 1321328.

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

Color convert

RGB 112 41 20 -
CMYK 0 0.63 0.82 0.56
HSL 13.7º 0.7% 0.26% -
HSV(B) 13.7º 0.82% 0.44% -
XYZ 7.6 5.08 1.24 -
YUV 59.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 112 41 20 0 0.63 0.82 0.56 13.7 0.7 0.26
Hex 70 29 14 0 3F 52 38 E 46 1A
Octal 160 51 24 0 77 122 70 16 106 32
Binary 1110000 101001 10100 0 111111 1010010 111000 1110 1000110 11010

Color Harmonies of #702914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702914

Black with #702914

Text Example


Text Example

White with #702914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702914; }

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

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

background-color css

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

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

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

border-color css

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

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

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