Html Css Color HEX #702714 Pueblo

📋 copy color: '#702714'

red 112 ◦ green 39 ◦ blue 20

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

Shades of Pueblo #702714

Tints of Pueblo #702714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.81%

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

R = 65.5%
G = 22.81%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#702714 (or 0x702714) is known color: Pueblo. HEX triplet: 70, 27 and 14. RGB value is (112,39,20). Sum of RGB (Red+Green+Blue) = 112+39+20=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #702714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702714 is #8FD8EB. Grayscale: #3A3A3A. Windows color (decimal): -9427180 or 1320816. OLE color: 1320816.

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

Color convert

RGB 112 39 20 -
CMYK 0 0.65 0.82 0.56
HSL 12.39º 0.7% 0.26% -
HSV(B) 12.39º 0.82% 0.44% -
XYZ 7.53 4.95 1.22 -
YUV 58.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 112 39 20 0 0.65 0.82 0.56 12.39 0.7 0.26
Hex 70 27 14 0 41 52 38 C 46 1A
Octal 160 47 24 0 101 122 70 14 106 32
Binary 1110000 100111 10100 0 1000001 1010010 111000 1100 1000110 11010

Color Harmonies of #702714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702714

Black with #702714

Text Example


Text Example

White with #702714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702714; }

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

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

background-color css

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

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

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

border-color css

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

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

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