Html Css Color HEX #712618 Pueblo

📋 copy color: '#712618'

red 113 ◦ green 38 ◦ blue 24

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

Shades of Pueblo #712618

Tints of Pueblo #712618

RGB

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

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

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

R = 64.57%
G = 21.71%
B = 13.71%

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

#712618 (or 0x712618) is known color: Pueblo. HEX triplet: 71, 26 and 18. RGB value is (113,38,24). Sum of RGB (Red+Green+Blue) = 113+38+24=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #712618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712618 is #8ED9E7. Grayscale: #3A3A3A. Windows color (decimal): -9361896 or 1582705. OLE color: 1582705.

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

Color convert

RGB 113 38 24 -
CMYK 0 0.66 0.79 0.56
HSL 9.44º 0.65% 0.27% -
HSV(B) 9.44º 0.79% 0.44% -
XYZ 7.67 4.96 1.42 -
YUV 58.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 113 38 24 0 0.66 0.79 0.56 9.44 0.65 0.27
Hex 71 26 18 0 42 4F 38 9 41 1B
Octal 161 46 30 0 102 117 70 11 101 33
Binary 1110001 100110 11000 0 1000010 1001111 111000 1001 1000001 11011

Color Harmonies of #712618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712618

Black with #712618

Text Example


Text Example

White with #712618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712618; }

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

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

background-color css

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

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

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

border-color css

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

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

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