Html Css Color HEX #756005 Raw Umber

📋 copy color: '#756005'

red 117 ◦ green 96 ◦ blue 5

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

Shades of Raw Umber #756005

Tints of Raw Umber #756005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.04%

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

R = 53.67%
G = 44.04%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#756005 (or 0x756005) is known color: Raw Umber. HEX triplet: 75, 60 and 05. RGB value is (117,96,5). Sum of RGB (Red+Green+Blue) = 117+96+5=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #756005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756005 is #8A9FFA. Grayscale: #5C5C5C. Windows color (decimal): -9084923 or 352373. OLE color: 352373.

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

Color convert

RGB 117 96 5 -
CMYK 0 0.18 0.96 0.54
HSL 48.75º 0.92% 0.24% -
HSV(B) 48.75º 0.96% 0.46% -
XYZ 11.55 12.16 1.88 -
YUV 91.91 78.96 145.9 -
System Red Green Blue C M Y K H S L
Decimal 117 96 5 0 0.18 0.96 0.54 48.75 0.92 0.24
Hex 75 60 5 0 12 60 36 31 5C 18
Octal 165 140 5 0 22 140 66 61 134 30
Binary 1110101 1100000 101 0 10010 1100000 110110 110001 1011100 11000

Color Harmonies of #756005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756005

Black with #756005

Text Example


Text Example

White with #756005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756005; }

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

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

background-color css

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

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

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

border-color css

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

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

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