Html Css Color HEX #702614 Pueblo

📋 copy color: '#702614'

red 112 ◦ green 38 ◦ blue 20

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

Shades of Pueblo #702614

Tints of Pueblo #702614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.35%

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

R = 65.88%
G = 22.35%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#702614 (or 0x702614) is known color: Pueblo. HEX triplet: 70, 26 and 14. RGB value is (112,38,20). Sum of RGB (Red+Green+Blue) = 112+38+20=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #702614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702614 is #8FD9EB. Grayscale: #3A3A3A. Windows color (decimal): -9427436 or 1320560. OLE color: 1320560.

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

Color convert

RGB 112 38 20 -
CMYK 0 0.66 0.82 0.56
HSL 11.74º 0.7% 0.26% -
HSV(B) 11.74º 0.82% 0.44% -
XYZ 7.5 4.88 1.21 -
YUV 58.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 112 38 20 0 0.66 0.82 0.56 11.74 0.7 0.26
Hex 70 26 14 0 42 52 38 C 46 1A
Octal 160 46 24 0 102 122 70 14 106 32
Binary 1110000 100110 10100 0 1000010 1010010 111000 1100 1000110 11010

Color Harmonies of #702614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702614

Black with #702614

Text Example


Text Example

White with #702614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702614; }

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

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

background-color css

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

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

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

border-color css

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

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

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