Html Css Color HEX #754C0E Raw Umber

📋 copy color: '#754C0E'

red 117 ◦ green 76 ◦ blue 14

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

Shades of Raw Umber #754C0E

Tints of Raw Umber #754C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.71%

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

R = 56.52%
G = 36.71%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#754C0E (or 0x754C0E) is known color: Raw Umber. HEX triplet: 75, 4C and 0E. RGB value is (117,76,14). Sum of RGB (Red+Green+Blue) = 117+76+14=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #754C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C0E is #8AB3F1. Grayscale: #515151. Windows color (decimal): -9090034 or 937077. OLE color: 937077.

HSL color Cylindrical-coordinate representation of color #754C0E: hue angle of 36.12º 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 #754C0E is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 14 -
CMYK 0 0.35 0.88 0.54
HSL 36.12º 0.79% 0.26% -
HSV(B) 36.12º 0.88% 0.46% -
XYZ 10 8.98 1.62 -
YUV 81.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 117 76 14 0 0.35 0.88 0.54 36.12 0.79 0.26
Hex 75 4C E 0 23 58 36 24 4F 1A
Octal 165 114 16 0 43 130 66 44 117 32
Binary 1110101 1001100 1110 0 100011 1011000 110110 100100 1001111 11010

Color Harmonies of #754C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C0E

Black with #754C0E

Text Example


Text Example

White with #754C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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