Html Css Color HEX #76301F Pueblo

📋 copy color: '#76301F'

red 118 ◦ green 48 ◦ blue 31

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

Shades of Pueblo #76301F

Tints of Pueblo #76301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

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

R = 59.9%
G = 24.37%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76301F (or 0x76301F) is known color: Pueblo. HEX triplet: 76, 30 and 1F. RGB value is (118,48,31). Sum of RGB (Red+Green+Blue) = 118+48+31=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76301F is #89CFE0. Grayscale: #434343. Windows color (decimal): -9031649 or 2044022. OLE color: 2044022.

HSL color Cylindrical-coordinate representation of color #76301F: hue angle of 11.72º 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 #76301F is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 31 -
CMYK 0 0.59 0.74 0.54
HSL 11.72º 0.58% 0.29% -
HSV(B) 11.72º 0.74% 0.46% -
XYZ 8.78 6.06 2 -
YUV 66.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 118 48 31 0 0.59 0.74 0.54 11.72 0.58 0.29
Hex 76 30 1F 0 3B 4A 36 C 3A 1D
Octal 166 60 37 0 73 112 66 14 72 35
Binary 1110110 110000 11111 0 111011 1001010 110110 1100 111010 11101

Color Harmonies of #76301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76301F

Black with #76301F

Text Example


Text Example

White with #76301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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