Html Css Color HEX #753F01 Raw Umber

📋 copy color: '#753F01'

red 117 ◦ green 63 ◦ blue 1

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

Shades of Raw Umber #753F01

Tints of Raw Umber #753F01

RGB

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

 GREEN value IS 63 (25% from 255) = 34.81%

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

R = 64.64%
G = 34.81%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#753F01 (or 0x753F01) is known color: Raw Umber. HEX triplet: 75, 3F and 01. RGB value is (117,63,1). Sum of RGB (Red+Green+Blue) = 117+63+1=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #753F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753F01 is #8AC0FE. Grayscale: #484848. Windows color (decimal): -9093375 or 81781. OLE color: 81781.

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

Color convert

RGB 117 63 1 -
CMYK 0 0.46 0.99 0.54
HSL 32.07º 0.98% 0.23% -
HSV(B) 32.07º 0.99% 0.46% -
XYZ 9.12 7.34 0.96 -
YUV 72.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 117 63 1 0 0.46 0.99 0.54 32.07 0.98 0.23
Hex 75 3F 1 0 2E 63 36 20 62 17
Octal 165 77 1 0 56 143 66 40 142 27
Binary 1110101 111111 1 0 101110 1100011 110110 100000 1100010 10111

Color Harmonies of #753F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F01

Black with #753F01

Text Example


Text Example

White with #753F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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