Html Css Color HEX #76581B Raw Umber

📋 copy color: '#76581B'

red 118 ◦ green 88 ◦ blue 27

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

Shades of Raw Umber #76581B

Tints of Raw Umber #76581B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.77%

 BLUE value IS 27 (10.94% from 255) = 11.59%

R = 50.64%
G = 37.77%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76581B (or 0x76581B) is known color: Raw Umber. HEX triplet: 76, 58 and 1B. RGB value is (118,88,27). Sum of RGB (Red+Green+Blue) = 118+88+27=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76581B is #89A7E4. Grayscale: #5A5A5A. Windows color (decimal): -9021413 or 1792118. OLE color: 1792118.

HSL color Cylindrical-coordinate representation of color #76581B: hue angle of 40.22º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76581B is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 88 27 -
CMYK 0 0.25 0.77 0.54
HSL 40.22º 0.63% 0.28% -
HSV(B) 40.22º 0.77% 0.46% -
XYZ 11.16 10.91 2.55 -
YUV 90.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 118 88 27 0 0.25 0.77 0.54 40.22 0.63 0.28
Hex 76 58 1B 0 19 4D 36 28 3F 1C
Octal 166 130 33 0 31 115 66 50 77 34
Binary 1110110 1011000 11011 0 11001 1001101 110110 101000 111111 11100

Color Harmonies of #76581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76581B

Black with #76581B

Text Example


Text Example

White with #76581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76581B; }

 p { color: rgb(118,88,27); }

 H1.HeaderClassName
 {
   color: #76581B;
 }
 .AnyTagClassName
 {
   color: #76581B;
 }
</style>

background-color css

<style>
 a { background-color: #76581B; }

 a { background-color: rgb(118,88,27); }

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

border-color css

<style>
 span { border-color: #76581B; }

 span { border-color: rgb(118,88,27); }

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