Html Css Color HEX #75520C Raw Umber

📋 copy color: '#75520C'

red 117 ◦ green 82 ◦ blue 12

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

Shades of Raw Umber #75520C

Tints of Raw Umber #75520C

RGB

 RED value IS 117 (46.09% from 255) = 55.45%

 GREEN value IS 82 (32.42% from 255) = 38.86%

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

R = 55.45%
G = 38.86%
B = 5.69%

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

#75520C (or 0x75520C) is known color: Raw Umber. HEX triplet: 75, 52 and 0C. RGB value is (117,82,12). Sum of RGB (Red+Green+Blue) = 117+82+12=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75520C is #8AADF3. Grayscale: #545454. Windows color (decimal): -9088500 or 807541. OLE color: 807541.

HSL color Cylindrical-coordinate representation of color #75520C: hue angle of 40º degrees, saturation: 0.81, 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 #75520C is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 12 -
CMYK 0 0.30 0.90 0.54
HSL 40º 0.81% 0.25% -
HSV(B) 40º 0.9% 0.46% -
XYZ 10.42 9.84 1.7 -
YUV 84.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 117 82 12 0 0.30 0.90 0.54 40 0.81 0.25
Hex 75 52 C 0 1E 5A 36 28 51 19
Octal 165 122 14 0 36 132 66 50 121 31
Binary 1110101 1010010 1100 0 11110 1011010 110110 101000 1010001 11001

Color Harmonies of #75520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75520C

Black with #75520C

Text Example


Text Example

White with #75520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,82,12); }

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

background-color css

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

 a { background-color: rgb(117,82,12); }

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

border-color css

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

 span { border-color: rgb(117,82,12); }

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