Html Css Color HEX #755010 Raw Umber

📋 copy color: '#755010'

red 117 ◦ green 80 ◦ blue 16

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

Shades of Raw Umber #755010

Tints of Raw Umber #755010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.51%

R = 54.93%
G = 37.56%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#755010 (or 0x755010) is known color: Raw Umber. HEX triplet: 75, 50 and 10. RGB value is (117,80,16). Sum of RGB (Red+Green+Blue) = 117+80+16=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #755010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755010 is #8AAFEF. Grayscale: #545454. Windows color (decimal): -9089008 or 1069173. OLE color: 1069173.

HSL color Cylindrical-coordinate representation of color #755010: hue angle of 38.02º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #755010 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 16 -
CMYK 0 0.32 0.86 0.54
HSL 38.02º 0.76% 0.26% -
HSV(B) 38.02º 0.86% 0.46% -
XYZ 10.3 9.56 1.79 -
YUV 83.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 117 80 16 0 0.32 0.86 0.54 38.02 0.76 0.26
Hex 75 50 10 0 20 56 36 26 4C 1A
Octal 165 120 20 0 40 126 66 46 114 32
Binary 1110101 1010000 10000 0 100000 1010110 110110 100110 1001100 11010

Color Harmonies of #755010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755010

Black with #755010

Text Example


Text Example

White with #755010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755010; }

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

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

background-color css

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

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

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

border-color css

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

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

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