Html Css Color HEX #755B0D Raw Umber

📋 copy color: '#755B0D'

red 117 ◦ green 91 ◦ blue 13

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

Shades of Raw Umber #755B0D

Tints of Raw Umber #755B0D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.18%

 BLUE value IS 13 (5.47% from 255) = 5.88%

R = 52.94%
G = 41.18%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#755B0D (or 0x755B0D) is known color: Raw Umber. HEX triplet: 75, 5B and 0D. RGB value is (117,91,13). Sum of RGB (Red+Green+Blue) = 117+91+13=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #755B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755B0D is #8AA4F2. Grayscale: #5A5A5A. Windows color (decimal): -9086195 or 875381. OLE color: 875381.

HSL color Cylindrical-coordinate representation of color #755B0D: hue angle of 45º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #755B0D is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 91 13 -
CMYK 0 0.22 0.89 0.54
HSL 45º 0.8% 0.25% -
HSV(B) 45º 0.89% 0.46% -
XYZ 11.15 11.29 1.97 -
YUV 89.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 117 91 13 0 0.22 0.89 0.54 45 0.8 0.25
Hex 75 5B D 0 16 59 36 2D 50 19
Octal 165 133 15 0 26 131 66 55 120 31
Binary 1110101 1011011 1101 0 10110 1011001 110110 101101 1010000 11001

Color Harmonies of #755B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B0D

Black with #755B0D

Text Example


Text Example

White with #755B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755B0D; }

 p { color: rgb(117,91,13); }

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

background-color css

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

 a { background-color: rgb(117,91,13); }

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

border-color css

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

 span { border-color: rgb(117,91,13); }

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