Html Css Color HEX #76531F Raw Umber

📋 copy color: '#76531F'

red 118 ◦ green 83 ◦ blue 31

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

Shades of Raw Umber #76531F

Tints of Raw Umber #76531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

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

R = 50.86%
G = 35.78%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76531F (or 0x76531F) is known color: Raw Umber. HEX triplet: 76, 53 and 1F. RGB value is (118,83,31). Sum of RGB (Red+Green+Blue) = 118+83+31=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76531F is #89ACE0. Grayscale: #575757. Windows color (decimal): -9022689 or 2052982. OLE color: 2052982.

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

Color convert

RGB 118 83 31 -
CMYK 0 0.30 0.74 0.54
HSL 35.86º 0.58% 0.29% -
HSV(B) 35.86º 0.74% 0.46% -
XYZ 10.81 10.14 2.68 -
YUV 87.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 118 83 31 0 0.30 0.74 0.54 35.86 0.58 0.29
Hex 76 53 1F 0 1E 4A 36 24 3A 1D
Octal 166 123 37 0 36 112 66 44 72 35
Binary 1110110 1010011 11111 0 11110 1001010 110110 100100 111010 11101

Color Harmonies of #76531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76531F

Black with #76531F

Text Example


Text Example

White with #76531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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