Html Css Color HEX #702617 Pueblo

📋 copy color: '#702617'

red 112 ◦ green 38 ◦ blue 23

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

Shades of Pueblo #702617

Tints of Pueblo #702617

RGB

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

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

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

R = 64.74%
G = 21.97%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#702617 (or 0x702617) is known color: Pueblo. HEX triplet: 70, 26 and 17. RGB value is (112,38,23). Sum of RGB (Red+Green+Blue) = 112+38+23=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #702617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702617 is #8FD9E8. Grayscale: #3A3A3A. Windows color (decimal): -9427433 or 1517168. OLE color: 1517168.

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

Color convert

RGB 112 38 23 -
CMYK 0 0.66 0.79 0.56
HSL 10.11º 0.66% 0.26% -
HSV(B) 10.11º 0.79% 0.44% -
XYZ 7.53 4.89 1.36 -
YUV 58.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 112 38 23 0 0.66 0.79 0.56 10.11 0.66 0.26
Hex 70 26 17 0 42 4F 38 A 42 1A
Octal 160 46 27 0 102 117 70 12 102 32
Binary 1110000 100110 10111 0 1000010 1001111 111000 1010 1000010 11010

Color Harmonies of #702617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702617

Black with #702617

Text Example


Text Example

White with #702617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702617; }

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

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

background-color css

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

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

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

border-color css

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

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

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