Html Css Color HEX #753F08 Raw Umber

📋 copy color: '#753F08'

red 117 ◦ green 63 ◦ blue 8

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

Shades of Raw Umber #753F08

Tints of Raw Umber #753F08

RGB

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

 GREEN value IS 63 (25% from 255) = 33.51%

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

R = 62.23%
G = 33.51%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#753F08 (or 0x753F08) is known color: Raw Umber. HEX triplet: 75, 3F and 08. RGB value is (117,63,8). Sum of RGB (Red+Green+Blue) = 117+63+8=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #753F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753F08 is #8AC0F7. Grayscale: #494949. Windows color (decimal): -9093368 or 540533. OLE color: 540533.

HSL color Cylindrical-coordinate representation of color #753F08: hue angle of 30.28º 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 #753F08 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 63 8 -
CMYK 0 0.46 0.93 0.54
HSL 30.28º 0.87% 0.25% -
HSV(B) 30.28º 0.93% 0.46% -
XYZ 9.16 7.35 1.17 -
YUV 72.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 117 63 8 0 0.46 0.93 0.54 30.28 0.87 0.25
Hex 75 3F 8 0 2E 5D 36 1E 57 19
Octal 165 77 10 0 56 135 66 36 127 31
Binary 1110101 111111 1000 0 101110 1011101 110110 11110 1010111 11001

Color Harmonies of #753F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F08

Black with #753F08

Text Example


Text Example

White with #753F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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