Html Css Color HEX #753C00 Raw Umber

📋 copy color: '#753C00'

red 117 ◦ green 60 ◦ blue 0

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

Shades of Raw Umber #753C00

Tints of Raw Umber #753C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.1%
G = 33.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#753C00 (or 0x753C00) is known color: Raw Umber. HEX triplet: 75, 3C and 00. RGB value is (117,60,0). Sum of RGB (Red+Green+Blue) = 117+60+0=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #753C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C00 is #8AC3FF. Grayscale: #464646. Windows color (decimal): -9094144 or 15477. OLE color: 15477.

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

Color convert

RGB 117 60 0 -
CMYK 0 0.49 1 0.54
HSL 30.77º 1% 0.23% -
HSV(B) 30.77º 1% 0.46% -
XYZ 8.95 7.01 0.88 -
YUV 70.2 88.38 161.38 -
System Red Green Blue C M Y K H S L
Decimal 117 60 0 0 0.49 1 0.54 30.77 1 0.23
Hex 75 3C 0 0 31 64 36 1F 64 17
Octal 165 74 0 0 61 144 66 37 144 27
Binary 1110101 111100 0 0 110001 1100100 110110 11111 1100100 10111

Color Harmonies of #753C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C00

Black with #753C00

Text Example


Text Example

White with #753C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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