Html Css Color HEX #75520F Raw Umber

📋 copy color: '#75520F'

red 117 ◦ green 82 ◦ blue 15

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

Shades of Raw Umber #75520F

Tints of Raw Umber #75520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.01%

R = 54.67%
G = 38.32%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75520F (or 0x75520F) is known color: Raw Umber. HEX triplet: 75, 52 and 0F. RGB value is (117,82,15). Sum of RGB (Red+Green+Blue) = 117+82+15=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75520F is #8AADF0. Grayscale: #555555. Windows color (decimal): -9088497 or 1004149. OLE color: 1004149.

HSL color Cylindrical-coordinate representation of color #75520F: hue angle of 39.41º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75520F is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 15 -
CMYK 0 0.30 0.87 0.54
HSL 39.41º 0.77% 0.26% -
HSV(B) 39.41º 0.87% 0.46% -
XYZ 10.44 9.85 1.8 -
YUV 84.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 117 82 15 0 0.30 0.87 0.54 39.41 0.77 0.26
Hex 75 52 F 0 1E 57 36 27 4D 1A
Octal 165 122 17 0 36 127 66 47 115 32
Binary 1110101 1010010 1111 0 11110 1010111 110110 100111 1001101 11010

Color Harmonies of #75520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75520F

Black with #75520F

Text Example


Text Example

White with #75520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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