Html Css Color HEX #755C05 Raw Umber

📋 copy color: '#755C05'

red 117 ◦ green 92 ◦ blue 5

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

Shades of Raw Umber #755C05

Tints of Raw Umber #755C05

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.99%

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

R = 54.67%
G = 42.99%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#755C05 (or 0x755C05) is known color: Raw Umber. HEX triplet: 75, 5C and 05. RGB value is (117,92,5). Sum of RGB (Red+Green+Blue) = 117+92+5=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #755C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C05 is #8AA3FA. Grayscale: #595959. Windows color (decimal): -9085947 or 351349. OLE color: 351349.

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

Color convert

RGB 117 92 5 -
CMYK 0 0.21 0.96 0.54
HSL 46.61º 0.92% 0.24% -
HSV(B) 46.61º 0.96% 0.46% -
XYZ 11.19 11.45 1.76 -
YUV 89.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 117 92 5 0 0.21 0.96 0.54 46.61 0.92 0.24
Hex 75 5C 5 0 15 60 36 2F 5C 18
Octal 165 134 5 0 25 140 66 57 134 30
Binary 1110101 1011100 101 0 10101 1100000 110110 101111 1011100 11000

Color Harmonies of #755C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C05

Black with #755C05

Text Example


Text Example

White with #755C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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