Html Css Color HEX #753201 Raw Umber

📋 copy color: '#753201'

red 117 ◦ green 50 ◦ blue 1

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

Shades of Raw Umber #753201

Tints of Raw Umber #753201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 69.64%
G = 29.76%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#753201 (or 0x753201) is known color: Raw Umber. HEX triplet: 75, 32 and 01. RGB value is (117,50,1). Sum of RGB (Red+Green+Blue) = 117+50+1=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #753201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753201 is #8ACDFE. Grayscale: #404040. Windows color (decimal): -9096703 or 78453. OLE color: 78453.

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

Color convert

RGB 117 50 1 -
CMYK 0 0.57 0.99 0.54
HSL 25.34º 0.98% 0.23% -
HSV(B) 25.34º 0.99% 0.46% -
XYZ 8.48 6.07 0.75 -
YUV 64.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 117 50 1 0 0.57 0.99 0.54 25.34 0.98 0.23
Hex 75 32 1 0 39 63 36 19 62 17
Octal 165 62 1 0 71 143 66 31 142 27
Binary 1110101 110010 1 0 111001 1100011 110110 11001 1100010 10111

Color Harmonies of #753201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753201

Black with #753201

Text Example


Text Example

White with #753201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753201; }

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

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

background-color css

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

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

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

border-color css

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

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

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