Html Css Color HEX #753B01 Raw Umber

📋 copy color: '#753B01'

red 117 ◦ green 59 ◦ blue 1

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

Shades of Raw Umber #753B01

Tints of Raw Umber #753B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.33%

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

R = 66.1%
G = 33.33%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#753B01 (or 0x753B01) is known color: Raw Umber. HEX triplet: 75, 3B and 01. RGB value is (117,59,1). Sum of RGB (Red+Green+Blue) = 117+59+1=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #753B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753B01 is #8AC4FE. Grayscale: #464646. Windows color (decimal): -9094399 or 80757. OLE color: 80757.

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

Color convert

RGB 117 59 1 -
CMYK 0 0.50 0.99 0.54
HSL 30º 0.98% 0.23% -
HSV(B) 30º 0.99% 0.46% -
XYZ 8.91 6.91 0.89 -
YUV 69.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 117 59 1 0 0.50 0.99 0.54 30 0.98 0.23
Hex 75 3B 1 0 32 63 36 1E 62 17
Octal 165 73 1 0 62 143 66 36 142 27
Binary 1110101 111011 1 0 110010 1100011 110110 11110 1100010 10111

Color Harmonies of #753B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B01

Black with #753B01

Text Example


Text Example

White with #753B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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