Html Css Color HEX #753808 Raw Umber

📋 copy color: '#753808'

red 117 ◦ green 56 ◦ blue 8

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

Shades of Raw Umber #753808

Tints of Raw Umber #753808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.94%

 BLUE value IS 8 (3.52% from 255) = 4.42%

R = 64.64%
G = 30.94%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#753808 (or 0x753808) is known color: Raw Umber. HEX triplet: 75, 38 and 08. RGB value is (117,56,8). Sum of RGB (Red+Green+Blue) = 117+56+8=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #753808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753808 is #8AC7F7. Grayscale: #454545. Windows color (decimal): -9095160 or 538741. OLE color: 538741.

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

Color convert

RGB 117 56 8 -
CMYK 0 0.52 0.93 0.54
HSL 26.42º 0.87% 0.25% -
HSV(B) 26.42º 0.93% 0.46% -
XYZ 8.79 6.63 1.05 -
YUV 68.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 117 56 8 0 0.52 0.93 0.54 26.42 0.87 0.25
Hex 75 38 8 0 34 5D 36 1A 57 19
Octal 165 70 10 0 64 135 66 32 127 31
Binary 1110101 111000 1000 0 110100 1011101 110110 11010 1010111 11001

Color Harmonies of #753808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753808

Black with #753808

Text Example


Text Example

White with #753808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753808; }

 p { color: rgb(117,56,8); }

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

background-color css

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

 a { background-color: rgb(117,56,8); }

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

border-color css

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

 span { border-color: rgb(117,56,8); }

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