Html Css Color HEX #75510F Raw Umber

📋 copy color: '#75510F'

red 117 ◦ green 81 ◦ blue 15

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

Shades of Raw Umber #75510F

Tints of Raw Umber #75510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.03%

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

R = 54.93%
G = 38.03%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75510F (or 0x75510F) is known color: Raw Umber. HEX triplet: 75, 51 and 0F. RGB value is (117,81,15). Sum of RGB (Red+Green+Blue) = 117+81+15=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75510F is #8AAEF0. Grayscale: #545454. Windows color (decimal): -9088753 or 1003893. OLE color: 1003893.

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

Color convert

RGB 117 81 15 -
CMYK 0 0.31 0.87 0.54
HSL 38.82º 0.77% 0.26% -
HSV(B) 38.82º 0.87% 0.46% -
XYZ 10.36 9.7 1.78 -
YUV 84.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 117 81 15 0 0.31 0.87 0.54 38.82 0.77 0.26
Hex 75 51 F 0 1F 57 36 27 4D 1A
Octal 165 121 17 0 37 127 66 47 115 32
Binary 1110101 1010001 1111 0 11111 1010111 110110 100111 1001101 11010

Color Harmonies of #75510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75510F

Black with #75510F

Text Example


Text Example

White with #75510F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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