Html Css Color HEX #76331E Pueblo

📋 copy color: '#76331E'

red 118 ◦ green 51 ◦ blue 30

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

Shades of Pueblo #76331E

Tints of Pueblo #76331E

RGB

 RED value IS 118 (46.48% from 255) = 59.3%

 GREEN value IS 51 (20.31% from 255) = 25.63%

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

R = 59.3%
G = 25.63%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76331E (or 0x76331E) is known color: Pueblo. HEX triplet: 76, 33 and 1E. RGB value is (118,51,30). Sum of RGB (Red+Green+Blue) = 118+51+30=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76331E is #89CCE1. Grayscale: #444444. Windows color (decimal): -9030882 or 1979254. OLE color: 1979254.

HSL color Cylindrical-coordinate representation of color #76331E: hue angle of 14.32º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76331E is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 30 -
CMYK 0 0.57 0.75 0.54
HSL 14.32º 0.59% 0.29% -
HSV(B) 14.32º 0.75% 0.46% -
XYZ 8.89 6.31 1.98 -
YUV 68.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 118 51 30 0 0.57 0.75 0.54 14.32 0.59 0.29
Hex 76 33 1E 0 39 4B 36 E 3B 1D
Octal 166 63 36 0 71 113 66 16 73 35
Binary 1110110 110011 11110 0 111001 1001011 110110 1110 111011 11101

Color Harmonies of #76331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76331E

Black with #76331E

Text Example


Text Example

White with #76331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,51,30); }

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

background-color css

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

 a { background-color: rgb(118,51,30); }

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

border-color css

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

 span { border-color: rgb(118,51,30); }

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