Html Css Color HEX #702517 Pueblo

📋 copy color: '#702517'

red 112 ◦ green 37 ◦ blue 23

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

Shades of Pueblo #702517

Tints of Pueblo #702517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

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

R = 65.12%
G = 21.51%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#702517 (or 0x702517) is known color: Pueblo. HEX triplet: 70, 25 and 17. RGB value is (112,37,23). Sum of RGB (Red+Green+Blue) = 112+37+23=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #702517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702517 is #8FDAE8. Grayscale: #393939. Windows color (decimal): -9427689 or 1516912. OLE color: 1516912.

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

Color convert

RGB 112 37 23 -
CMYK 0 0.67 0.79 0.56
HSL 9.44º 0.66% 0.26% -
HSV(B) 9.44º 0.79% 0.44% -
XYZ 7.5 4.83 1.35 -
YUV 57.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 112 37 23 0 0.67 0.79 0.56 9.44 0.66 0.26
Hex 70 25 17 0 43 4F 38 9 42 1A
Octal 160 45 27 0 103 117 70 11 102 32
Binary 1110000 100101 10111 0 1000011 1001111 111000 1001 1000010 11010

Color Harmonies of #702517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702517

Black with #702517

Text Example


Text Example

White with #702517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702517; }

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

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

background-color css

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

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

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

border-color css

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

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

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