Html Css Color HEX #753704 Raw Umber

📋 copy color: '#753704'

red 117 ◦ green 55 ◦ blue 4

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

Shades of Raw Umber #753704

Tints of Raw Umber #753704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.27%

R = 66.48%
G = 31.25%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#753704 (or 0x753704) is known color: Raw Umber. HEX triplet: 75, 37 and 04. RGB value is (117,55,4). Sum of RGB (Red+Green+Blue) = 117+55+4=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #753704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753704 is #8AC8FB. Grayscale: #434343. Windows color (decimal): -9095420 or 276341. OLE color: 276341.

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

Color convert

RGB 117 55 4 -
CMYK 0 0.53 0.97 0.54
HSL 27.08º 0.93% 0.24% -
HSV(B) 27.08º 0.97% 0.46% -
XYZ 8.72 6.52 0.91 -
YUV 67.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 117 55 4 0 0.53 0.97 0.54 27.08 0.93 0.24
Hex 75 37 4 0 35 61 36 1B 5D 18
Octal 165 67 4 0 65 141 66 33 135 30
Binary 1110101 110111 100 0 110101 1100001 110110 11011 1011101 11000

Color Harmonies of #753704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753704

Black with #753704

Text Example


Text Example

White with #753704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753704; }

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

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

background-color css

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

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

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

border-color css

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

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

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