Html Css Color HEX #712718 Pueblo

📋 copy color: '#712718'

red 113 ◦ green 39 ◦ blue 24

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

Shades of Pueblo #712718

Tints of Pueblo #712718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.64%

R = 64.2%
G = 22.16%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#712718 (or 0x712718) is known color: Pueblo. HEX triplet: 71, 27 and 18. RGB value is (113,39,24). Sum of RGB (Red+Green+Blue) = 113+39+24=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #712718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712718 is #8ED8E7. Grayscale: #3B3B3B. Windows color (decimal): -9361640 or 1582961. OLE color: 1582961.

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

Color convert

RGB 113 39 24 -
CMYK 0 0.65 0.79 0.56
HSL 10.11º 0.65% 0.27% -
HSV(B) 10.11º 0.79% 0.44% -
XYZ 7.7 5.03 1.43 -
YUV 59.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 113 39 24 0 0.65 0.79 0.56 10.11 0.65 0.27
Hex 71 27 18 0 41 4F 38 A 41 1B
Octal 161 47 30 0 101 117 70 12 101 33
Binary 1110001 100111 11000 0 1000001 1001111 111000 1010 1000001 11011

Color Harmonies of #712718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712718

Black with #712718

Text Example


Text Example

White with #712718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712718; }

 p { color: rgb(113,39,24); }

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

background-color css

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

 a { background-color: rgb(113,39,24); }

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

border-color css

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

 span { border-color: rgb(113,39,24); }

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