Html Css Color HEX #76530C Raw Umber

📋 copy color: '#76530C'

red 118 ◦ green 83 ◦ blue 12

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

Shades of Raw Umber #76530C

Tints of Raw Umber #76530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.63%

R = 55.4%
G = 38.97%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76530C (or 0x76530C) is known color: Raw Umber. HEX triplet: 76, 53 and 0C. RGB value is (118,83,12). Sum of RGB (Red+Green+Blue) = 118+83+12=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76530C is #89ACF3. Grayscale: #555555. Windows color (decimal): -9022708 or 807798. OLE color: 807798.

HSL color Cylindrical-coordinate representation of color #76530C: hue angle of 40.19º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76530C is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 12 -
CMYK 0 0.30 0.90 0.54
HSL 40.19º 0.82% 0.25% -
HSV(B) 40.19º 0.9% 0.46% -
XYZ 10.63 10.06 1.73 -
YUV 85.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 118 83 12 0 0.30 0.90 0.54 40.19 0.82 0.25
Hex 76 53 C 0 1E 5A 36 28 52 19
Octal 166 123 14 0 36 132 66 50 122 31
Binary 1110110 1010011 1100 0 11110 1011010 110110 101000 1010010 11001

Color Harmonies of #76530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76530C

Black with #76530C

Text Example


Text Example

White with #76530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76530C; }

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

 H1.HeaderClassName
 {
   color: #76530C;
 }
 .AnyTagClassName
 {
   color: #76530C;
 }
</style>

background-color css

<style>
 a { background-color: #76530C; }

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

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

border-color css

<style>
 span { border-color: #76530C; }

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

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