Html Css Color HEX #753C01 Raw Umber

📋 copy color: '#753C01'

red 117 ◦ green 60 ◦ blue 1

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

Shades of Raw Umber #753C01

Tints of Raw Umber #753C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.71%

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

R = 65.73%
G = 33.71%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#753C01 (or 0x753C01) is known color: Raw Umber. HEX triplet: 75, 3C and 01. RGB value is (117,60,1). Sum of RGB (Red+Green+Blue) = 117+60+1=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #753C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C01 is #8AC3FE. Grayscale: #464646. Windows color (decimal): -9094143 or 81013. OLE color: 81013.

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

Color convert

RGB 117 60 1 -
CMYK 0 0.49 0.99 0.54
HSL 30.52º 0.98% 0.23% -
HSV(B) 30.52º 0.99% 0.46% -
XYZ 8.96 7.02 0.91 -
YUV 70.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 117 60 1 0 0.49 0.99 0.54 30.52 0.98 0.23
Hex 75 3C 1 0 31 63 36 1F 62 17
Octal 165 74 1 0 61 143 66 37 142 27
Binary 1110101 111100 1 0 110001 1100011 110110 11111 1100010 10111

Color Harmonies of #753C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C01

Black with #753C01

Text Example


Text Example

White with #753C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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