Html Css Color HEX #712517 Pueblo

📋 copy color: '#712517'

red 113 ◦ green 37 ◦ blue 23

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

Shades of Pueblo #712517

Tints of Pueblo #712517

RGB

 RED value IS 113 (44.53% from 255) = 65.32%

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

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

R = 65.32%
G = 21.39%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#712517 (or 0x712517) is known color: Pueblo. HEX triplet: 71, 25 and 17. RGB value is (113,37,23). Sum of RGB (Red+Green+Blue) = 113+37+23=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #712517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712517 is #8EDAE8. Grayscale: #3A3A3A. Windows color (decimal): -9362153 or 1516913. OLE color: 1516913.

HSL color Cylindrical-coordinate representation of color #712517: hue angle of 9.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #712517 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 23 -
CMYK 0 0.67 0.80 0.56
HSL 9.33º 0.66% 0.27% -
HSV(B) 9.33º 0.8% 0.44% -
XYZ 7.63 4.9 1.35 -
YUV 58.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 113 37 23 0 0.67 0.80 0.56 9.33 0.66 0.27
Hex 71 25 17 0 43 50 38 9 42 1B
Octal 161 45 27 0 103 120 70 11 102 33
Binary 1110001 100101 10111 0 1000011 1010000 111000 1001 1000010 11011

Color Harmonies of #712517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712517

Black with #712517

Text Example


Text Example

White with #712517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712517; }

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

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

background-color css

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

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

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

border-color css

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

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

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