Html Css Color HEX #753900 Raw Umber

📋 copy color: '#753900'

red 117 ◦ green 57 ◦ blue 0

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

Shades of Raw Umber #753900

Tints of Raw Umber #753900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.76%

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

R = 67.24%
G = 32.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#753900 (or 0x753900) is known color: Raw Umber. HEX triplet: 75, 39 and 00. RGB value is (117,57,0). Sum of RGB (Red+Green+Blue) = 117+57+0=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #753900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753900 is #8AC6FF. Grayscale: #444444. Windows color (decimal): -9094912 or 14709. OLE color: 14709.

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

Color convert

RGB 117 57 0 -
CMYK 0 0.51 1 0.54
HSL 29.23º 1% 0.23% -
HSV(B) 29.23º 1% 0.46% -
XYZ 8.8 6.71 0.83 -
YUV 68.44 89.38 162.63 -
System Red Green Blue C M Y K H S L
Decimal 117 57 0 0 0.51 1 0.54 29.23 1 0.23
Hex 75 39 0 0 33 64 36 1D 64 17
Octal 165 71 0 0 63 144 66 35 144 27
Binary 1110101 111001 0 0 110011 1100100 110110 11101 1100100 10111

Color Harmonies of #753900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753900

Black with #753900

Text Example


Text Example

White with #753900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753900; }

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

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

background-color css

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

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

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

border-color css

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

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

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