Html Css Color HEX #755405 Raw Umber

📋 copy color: '#755405'

red 117 ◦ green 84 ◦ blue 5

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

Shades of Raw Umber #755405

Tints of Raw Umber #755405

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.78%

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

R = 56.8%
G = 40.78%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#755405 (or 0x755405) is known color: Raw Umber. HEX triplet: 75, 54 and 05. RGB value is (117,84,5). Sum of RGB (Red+Green+Blue) = 117+84+5=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #755405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755405 is #8AABFA. Grayscale: #555555. Windows color (decimal): -9087995 or 349301. OLE color: 349301.

HSL color Cylindrical-coordinate representation of color #755405: hue angle of 42.32º 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 #755405 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 84 5 -
CMYK 0 0.28 0.96 0.54
HSL 42.32º 0.92% 0.24% -
HSV(B) 42.32º 0.96% 0.46% -
XYZ 10.53 10.13 1.54 -
YUV 84.86 82.93 150.92 -
System Red Green Blue C M Y K H S L
Decimal 117 84 5 0 0.28 0.96 0.54 42.32 0.92 0.24
Hex 75 54 5 0 1C 60 36 2A 5C 18
Octal 165 124 5 0 34 140 66 52 134 30
Binary 1110101 1010100 101 0 11100 1100000 110110 101010 1011100 11000

Color Harmonies of #755405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755405

Black with #755405

Text Example


Text Example

White with #755405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755405; }

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

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

background-color css

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

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

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

border-color css

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

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

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