Html Css Color HEX #753601 Raw Umber

📋 copy color: '#753601'

red 117 ◦ green 54 ◦ blue 1

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

Shades of Raw Umber #753601

Tints of Raw Umber #753601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

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

R = 68.02%
G = 31.4%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#753601 (or 0x753601) is known color: Raw Umber. HEX triplet: 75, 36 and 01. RGB value is (117,54,1). Sum of RGB (Red+Green+Blue) = 117+54+1=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #753601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753601 is #8AC9FE. Grayscale: #434343. Windows color (decimal): -9095679 or 79477. OLE color: 79477.

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

Color convert

RGB 117 54 1 -
CMYK 0 0.54 0.99 0.54
HSL 27.41º 0.98% 0.23% -
HSV(B) 27.41º 0.99% 0.46% -
XYZ 8.66 6.42 0.81 -
YUV 66.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 117 54 1 0 0.54 0.99 0.54 27.41 0.98 0.23
Hex 75 36 1 0 36 63 36 1B 62 17
Octal 165 66 1 0 66 143 66 33 142 27
Binary 1110101 110110 1 0 110110 1100011 110110 11011 1100010 10111

Color Harmonies of #753601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753601

Black with #753601

Text Example


Text Example

White with #753601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753601; }

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

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

background-color css

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

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

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

border-color css

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

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

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