Html Css Color HEX #72311E Pueblo

📋 copy color: '#72311E'

red 114 ◦ green 49 ◦ blue 30

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

Shades of Pueblo #72311E

Tints of Pueblo #72311E

RGB

 RED value IS 114 (44.92% from 255) = 59.07%

 GREEN value IS 49 (19.53% from 255) = 25.39%

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 59.07%
G = 25.39%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72311E (or 0x72311E) is known color: Pueblo. HEX triplet: 72, 31 and 1E. RGB value is (114,49,30). Sum of RGB (Red+Green+Blue) = 114+49+30=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72311E is #8DCEE1. Grayscale: #424242. Windows color (decimal): -9293538 or 1978738. OLE color: 1978738.

HSL color Cylindrical-coordinate representation of color #72311E: hue angle of 13.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72311E is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 49 30 -
CMYK 0 0.57 0.74 0.55
HSL 13.57º 0.58% 0.28% -
HSV(B) 13.57º 0.74% 0.45% -
XYZ 8.27 5.87 1.92 -
YUV 66.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 114 49 30 0 0.57 0.74 0.55 13.57 0.58 0.28
Hex 72 31 1E 0 39 4A 37 E 3A 1C
Octal 162 61 36 0 71 112 67 16 72 34
Binary 1110010 110001 11110 0 111001 1001010 110111 1110 111010 11100

Color Harmonies of #72311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72311E

Black with #72311E

Text Example


Text Example

White with #72311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72311E; }

 p { color: rgb(114,49,30); }

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

background-color css

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

 a { background-color: rgb(114,49,30); }

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

border-color css

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

 span { border-color: rgb(114,49,30); }

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