Html Css Color HEX #753200 Raw Umber

📋 copy color: '#753200'

red 117 ◦ green 50 ◦ blue 0

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

Shades of Raw Umber #753200

Tints of Raw Umber #753200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.94%

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

R = 70.06%
G = 29.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#753200 (or 0x753200) is known color: Raw Umber. HEX triplet: 75, 32 and 00. RGB value is (117,50,0). Sum of RGB (Red+Green+Blue) = 117+50+0=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #753200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753200 is #8ACDFF. Grayscale: #404040. Windows color (decimal): -9096704 or 12917. OLE color: 12917.

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

Color convert

RGB 117 50 0 -
CMYK 0 0.57 1 0.54
HSL 25.64º 1% 0.23% -
HSV(B) 25.64º 1% 0.46% -
XYZ 8.48 6.06 0.72 -
YUV 64.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 117 50 0 0 0.57 1 0.54 25.64 1 0.23
Hex 75 32 0 0 39 64 36 1A 64 17
Octal 165 62 0 0 71 144 66 32 144 27
Binary 1110101 110010 0 0 111001 1100100 110110 11010 1100100 10111

Color Harmonies of #753200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753200

Black with #753200

Text Example


Text Example

White with #753200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753200; }

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

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

background-color css

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

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

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

border-color css

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

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

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