Html Css Color HEX #76311F Pueblo

📋 copy color: '#76311F'

red 118 ◦ green 49 ◦ blue 31

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

Shades of Pueblo #76311F

Tints of Pueblo #76311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.66%

R = 59.6%
G = 24.75%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76311F (or 0x76311F) is known color: Pueblo. HEX triplet: 76, 31 and 1F. RGB value is (118,49,31). Sum of RGB (Red+Green+Blue) = 118+49+31=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76311F is #89CEE0. Grayscale: #434343. Windows color (decimal): -9031393 or 2044278. OLE color: 2044278.

HSL color Cylindrical-coordinate representation of color #76311F: hue angle of 12.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76311F is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 49 31 -
CMYK 0 0.58 0.74 0.54
HSL 12.41º 0.58% 0.29% -
HSV(B) 12.41º 0.74% 0.46% -
XYZ 8.82 6.15 2.02 -
YUV 67.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 118 49 31 0 0.58 0.74 0.54 12.41 0.58 0.29
Hex 76 31 1F 0 3A 4A 36 C 3A 1D
Octal 166 61 37 0 72 112 66 14 72 35
Binary 1110110 110001 11111 0 111010 1001010 110110 1100 111010 11101

Color Harmonies of #76311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76311F

Black with #76311F

Text Example


Text Example

White with #76311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76311F; }

 p { color: rgb(118,49,31); }

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

background-color css

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

 a { background-color: rgb(118,49,31); }

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

border-color css

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

 span { border-color: rgb(118,49,31); }

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