Html Css Color HEX #753701 Raw Umber

📋 copy color: '#753701'

red 117 ◦ green 55 ◦ blue 1

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

Shades of Raw Umber #753701

Tints of Raw Umber #753701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.79%

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

R = 67.63%
G = 31.79%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#753701 (or 0x753701) is known color: Raw Umber. HEX triplet: 75, 37 and 01. RGB value is (117,55,1). Sum of RGB (Red+Green+Blue) = 117+55+1=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #753701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753701 is #8AC8FE. Grayscale: #434343. Windows color (decimal): -9095423 or 79733. OLE color: 79733.

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

Color convert

RGB 117 55 1 -
CMYK 0 0.53 0.99 0.54
HSL 27.93º 0.98% 0.23% -
HSV(B) 27.93º 0.99% 0.46% -
XYZ 8.71 6.52 0.83 -
YUV 67.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 117 55 1 0 0.53 0.99 0.54 27.93 0.98 0.23
Hex 75 37 1 0 35 63 36 1C 62 17
Octal 165 67 1 0 65 143 66 34 142 27
Binary 1110101 110111 1 0 110101 1100011 110110 11100 1100010 10111

Color Harmonies of #753701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753701

Black with #753701

Text Example


Text Example

White with #753701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753701; }

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

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

background-color css

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

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

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

border-color css

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

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

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