Html Css Color HEX #702F17 Pueblo

📋 copy color: '#702F17'

red 112 ◦ green 47 ◦ blue 23

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

Shades of Pueblo #702F17

Tints of Pueblo #702F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.82%

 BLUE value IS 23 (9.38% from 255) = 12.64%

R = 61.54%
G = 25.82%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#702F17 (or 0x702F17) is known color: Pueblo. HEX triplet: 70, 2F and 17. RGB value is (112,47,23). Sum of RGB (Red+Green+Blue) = 112+47+23=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #702F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F17 is #8FD0E8. Grayscale: #3F3F3F. Windows color (decimal): -9425129 or 1519472. OLE color: 1519472.

HSL color Cylindrical-coordinate representation of color #702F17: hue angle of 16.18º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702F17 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 23 -
CMYK 0 0.58 0.79 0.56
HSL 16.18º 0.66% 0.26% -
HSV(B) 16.18º 0.79% 0.44% -
XYZ 7.85 5.54 1.47 -
YUV 63.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 112 47 23 0 0.58 0.79 0.56 16.18 0.66 0.26
Hex 70 2F 17 0 3A 4F 38 10 42 1A
Octal 160 57 27 0 72 117 70 20 102 32
Binary 1110000 101111 10111 0 111010 1001111 111000 10000 1000010 11010

Color Harmonies of #702F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F17

Black with #702F17

Text Example


Text Example

White with #702F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702F17; }

 p { color: rgb(112,47,23); }

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

background-color css

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

 a { background-color: rgb(112,47,23); }

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

border-color css

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

 span { border-color: rgb(112,47,23); }

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