Html Css Color HEX #753901 Raw Umber

📋 copy color: '#753901'

red 117 ◦ green 57 ◦ blue 1

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

Shades of Raw Umber #753901

Tints of Raw Umber #753901

RGB

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

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

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

R = 66.86%
G = 32.57%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#753901 (or 0x753901) is known color: Raw Umber. HEX triplet: 75, 39 and 01. RGB value is (117,57,1). Sum of RGB (Red+Green+Blue) = 117+57+1=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #753901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753901 is #8AC6FE. Grayscale: #444444. Windows color (decimal): -9094911 or 80245. OLE color: 80245.

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

Color convert

RGB 117 57 1 -
CMYK 0 0.51 0.99 0.54
HSL 28.97º 0.98% 0.23% -
HSV(B) 28.97º 0.99% 0.46% -
XYZ 8.8 6.71 0.86 -
YUV 68.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 117 57 1 0 0.51 0.99 0.54 28.97 0.98 0.23
Hex 75 39 1 0 33 63 36 1D 62 17
Octal 165 71 1 0 63 143 66 35 142 27
Binary 1110101 111001 1 0 110011 1100011 110110 11101 1100010 10111

Color Harmonies of #753901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753901

Black with #753901

Text Example


Text Example

White with #753901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753901; }

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

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

background-color css

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

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

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

border-color css

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

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

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