Html Css Color HEX #753700 Raw Umber

📋 copy color: '#753700'

red 117 ◦ green 55 ◦ blue 0

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

Shades of Raw Umber #753700

Tints of Raw Umber #753700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.02%
G = 31.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#753700 (or 0x753700) is known color: Raw Umber. HEX triplet: 75, 37 and 00. RGB value is (117,55,0). Sum of RGB (Red+Green+Blue) = 117+55+0=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #753700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753700 is #8AC8FF. Grayscale: #434343. Windows color (decimal): -9095424 or 14197. OLE color: 14197.

HSL color Cylindrical-coordinate representation of color #753700: hue angle of 28.21º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #753700 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 0 -
CMYK 0 0.53 1 0.54
HSL 28.21º 1% 0.23% -
HSV(B) 28.21º 1% 0.46% -
XYZ 8.7 6.51 0.8 -
YUV 67.27 90.04 163.47 -
System Red Green Blue C M Y K H S L
Decimal 117 55 0 0 0.53 1 0.54 28.21 1 0.23
Hex 75 37 0 0 35 64 36 1C 64 17
Octal 165 67 0 0 65 144 66 34 144 27
Binary 1110101 110111 0 0 110101 1100100 110110 11100 1100100 10111

Color Harmonies of #753700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753700

Black with #753700

Text Example


Text Example

White with #753700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753700; }

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

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

background-color css

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

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

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

border-color css

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

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

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