Html Css Color HEX #753401 Raw Umber

📋 copy color: '#753401'

red 117 ◦ green 52 ◦ blue 1

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

Shades of Raw Umber #753401

Tints of Raw Umber #753401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.59%

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

R = 68.82%
G = 30.59%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#753401 (or 0x753401) is known color: Raw Umber. HEX triplet: 75, 34 and 01. RGB value is (117,52,1). Sum of RGB (Red+Green+Blue) = 117+52+1=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #753401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753401 is #8ACBFE. Grayscale: #414141. Windows color (decimal): -9096191 or 78965. OLE color: 78965.

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

Color convert

RGB 117 52 1 -
CMYK 0 0.56 0.99 0.54
HSL 26.38º 0.98% 0.23% -
HSV(B) 26.38º 0.99% 0.46% -
XYZ 8.57 6.24 0.78 -
YUV 65.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 117 52 1 0 0.56 0.99 0.54 26.38 0.98 0.23
Hex 75 34 1 0 38 63 36 1A 62 17
Octal 165 64 1 0 70 143 66 32 142 27
Binary 1110101 110100 1 0 111000 1100011 110110 11010 1100010 10111

Color Harmonies of #753401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753401

Black with #753401

Text Example


Text Example

White with #753401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753401; }

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

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

background-color css

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

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

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

border-color css

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

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

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