Html Css Color HEX #75420E Raw Umber

📋 copy color: '#75420E'

red 117 ◦ green 66 ◦ blue 14

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

Shades of Raw Umber #75420E

Tints of Raw Umber #75420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 14 (5.86% from 255) = 7.11%

R = 59.39%
G = 33.5%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#75420E (or 0x75420E) is known color: Raw Umber. HEX triplet: 75, 42 and 0E. RGB value is (117,66,14). Sum of RGB (Red+Green+Blue) = 117+66+14=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75420E is #8ABDF1. Grayscale: #4B4B4B. Windows color (decimal): -9092594 or 934517. OLE color: 934517.

HSL color Cylindrical-coordinate representation of color #75420E: hue angle of 30.29º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75420E is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 14 -
CMYK 0 0.44 0.88 0.54
HSL 30.29º 0.79% 0.26% -
HSV(B) 30.29º 0.88% 0.46% -
XYZ 9.36 7.71 1.41 -
YUV 75.32 93.4 157.73 -
System Red Green Blue C M Y K H S L
Decimal 117 66 14 0 0.44 0.88 0.54 30.29 0.79 0.26
Hex 75 42 E 0 2C 58 36 1E 4F 1A
Octal 165 102 16 0 54 130 66 36 117 32
Binary 1110101 1000010 1110 0 101100 1011000 110110 11110 1001111 11010

Color Harmonies of #75420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75420E

Black with #75420E

Text Example


Text Example

White with #75420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75420E; }

 p { color: rgb(117,66,14); }

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

background-color css

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

 a { background-color: rgb(117,66,14); }

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

border-color css

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

 span { border-color: rgb(117,66,14); }

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