Html Css Color HEX #755B05 Raw Umber

📋 copy color: '#755B05'

red 117 ◦ green 91 ◦ blue 5

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

Shades of Raw Umber #755B05

Tints of Raw Umber #755B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.35%

R = 54.93%
G = 42.72%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#755B05 (or 0x755B05) is known color: Raw Umber. HEX triplet: 75, 5B and 05. RGB value is (117,91,5). Sum of RGB (Red+Green+Blue) = 117+91+5=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #755B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755B05 is #8AA4FA. Grayscale: #595959. Windows color (decimal): -9086203 or 351093. OLE color: 351093.

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

Color convert

RGB 117 91 5 -
CMYK 0 0.22 0.96 0.54
HSL 46.07º 0.92% 0.24% -
HSV(B) 46.07º 0.96% 0.46% -
XYZ 11.1 11.28 1.73 -
YUV 88.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 117 91 5 0 0.22 0.96 0.54 46.07 0.92 0.24
Hex 75 5B 5 0 16 60 36 2E 5C 18
Octal 165 133 5 0 26 140 66 56 134 30
Binary 1110101 1011011 101 0 10110 1100000 110110 101110 1011100 11000

Color Harmonies of #755B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B05

Black with #755B05

Text Example


Text Example

White with #755B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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