Html Css Color HEX #753C06 Raw Umber

📋 copy color: '#753C06'

red 117 ◦ green 60 ◦ blue 6

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

Shades of Raw Umber #753C06

Tints of Raw Umber #753C06

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.79%

 BLUE value IS 6 (2.73% from 255) = 3.28%

R = 63.93%
G = 32.79%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#753C06 (or 0x753C06) is known color: Raw Umber. HEX triplet: 75, 3C and 06. RGB value is (117,60,6). Sum of RGB (Red+Green+Blue) = 117+60+6=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #753C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C06 is #8AC3F9. Grayscale: #474747. Windows color (decimal): -9094138 or 408693. OLE color: 408693.

HSL color Cylindrical-coordinate representation of color #753C06: hue angle of 29.19º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #753C06 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 60 6 -
CMYK 0 0.49 0.95 0.54
HSL 29.19º 0.9% 0.24% -
HSV(B) 29.19º 0.95% 0.46% -
XYZ 8.98 7.03 1.06 -
YUV 70.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 117 60 6 0 0.49 0.95 0.54 29.19 0.9 0.24
Hex 75 3C 6 0 31 5F 36 1D 5A 18
Octal 165 74 6 0 61 137 66 35 132 30
Binary 1110101 111100 110 0 110001 1011111 110110 11101 1011010 11000

Color Harmonies of #753C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C06

Black with #753C06

Text Example


Text Example

White with #753C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753C06; }

 p { color: rgb(117,60,6); }

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

background-color css

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

 a { background-color: rgb(117,60,6); }

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

border-color css

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

 span { border-color: rgb(117,60,6); }

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