Html Css Color HEX #753705 Raw Umber

📋 copy color: '#753705'

red 117 ◦ green 55 ◦ blue 5

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

Shades of Raw Umber #753705

Tints of Raw Umber #753705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.82%

R = 66.1%
G = 31.07%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#753705 (or 0x753705) is known color: Raw Umber. HEX triplet: 75, 37 and 05. RGB value is (117,55,5). Sum of RGB (Red+Green+Blue) = 117+55+5=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #753705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753705 is #8AC8FA. Grayscale: #444444. Windows color (decimal): -9095419 or 341877. OLE color: 341877.

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

Color convert

RGB 117 55 5 -
CMYK 0 0.53 0.96 0.54
HSL 26.79º 0.92% 0.24% -
HSV(B) 26.79º 0.96% 0.46% -
XYZ 8.73 6.53 0.94 -
YUV 67.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 117 55 5 0 0.53 0.96 0.54 26.79 0.92 0.24
Hex 75 37 5 0 35 60 36 1B 5C 18
Octal 165 67 5 0 65 140 66 33 134 30
Binary 1110101 110111 101 0 110101 1100000 110110 11011 1011100 11000

Color Harmonies of #753705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753705

Black with #753705

Text Example


Text Example

White with #753705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753705; }

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

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

background-color css

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

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

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

border-color css

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

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

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