Html Css Color HEX #755A0D Raw Umber

📋 copy color: '#755A0D'

red 117 ◦ green 90 ◦ blue 13

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

Shades of Raw Umber #755A0D

Tints of Raw Umber #755A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

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

R = 53.18%
G = 40.91%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#755A0D (or 0x755A0D) is known color: Raw Umber. HEX triplet: 75, 5A and 0D. RGB value is (117,90,13). Sum of RGB (Red+Green+Blue) = 117+90+13=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #755A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A0D is #8AA5F2. Grayscale: #595959. Windows color (decimal): -9086451 or 875125. OLE color: 875125.

HSL color Cylindrical-coordinate representation of color #755A0D: hue angle of 44.42º 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 #755A0D is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 13 -
CMYK 0 0.23 0.89 0.54
HSL 44.42º 0.8% 0.25% -
HSV(B) 44.42º 0.89% 0.46% -
XYZ 11.06 11.12 1.94 -
YUV 89.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 117 90 13 0 0.23 0.89 0.54 44.42 0.8 0.25
Hex 75 5A D 0 17 59 36 2C 50 19
Octal 165 132 15 0 27 131 66 54 120 31
Binary 1110101 1011010 1101 0 10111 1011001 110110 101100 1010000 11001

Color Harmonies of #755A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A0D

Black with #755A0D

Text Example


Text Example

White with #755A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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