Html Css Color HEX #75500F Raw Umber

📋 copy color: '#75500F'

red 117 ◦ green 80 ◦ blue 15

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

Shades of Raw Umber #75500F

Tints of Raw Umber #75500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.74%

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

R = 55.19%
G = 37.74%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75500F (or 0x75500F) is known color: Raw Umber. HEX triplet: 75, 50 and 0F. RGB value is (117,80,15). Sum of RGB (Red+Green+Blue) = 117+80+15=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75500F is #8AAFF0. Grayscale: #535353. Windows color (decimal): -9089009 or 1003637. OLE color: 1003637.

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

Color convert

RGB 117 80 15 -
CMYK 0 0.32 0.87 0.54
HSL 38.24º 0.77% 0.26% -
HSV(B) 38.24º 0.87% 0.46% -
XYZ 10.29 9.55 1.75 -
YUV 83.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 117 80 15 0 0.32 0.87 0.54 38.24 0.77 0.26
Hex 75 50 F 0 20 57 36 26 4D 1A
Octal 165 120 17 0 40 127 66 46 115 32
Binary 1110101 1010000 1111 0 100000 1010111 110110 100110 1001101 11010

Color Harmonies of #75500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75500F

Black with #75500F

Text Example


Text Example

White with #75500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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