Html Css Color HEX #754C10 Raw Umber

📋 copy color: '#754C10'

red 117 ◦ green 76 ◦ blue 16

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

Shades of Raw Umber #754C10

Tints of Raw Umber #754C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.66%

R = 55.98%
G = 36.36%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#754C10 (or 0x754C10) is known color: Raw Umber. HEX triplet: 75, 4C and 10. RGB value is (117,76,16). Sum of RGB (Red+Green+Blue) = 117+76+16=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #754C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C10 is #8AB3EF. Grayscale: #515151. Windows color (decimal): -9090032 or 1068149. OLE color: 1068149.

HSL color Cylindrical-coordinate representation of color #754C10: hue angle of 35.64º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #754C10 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 16 -
CMYK 0 0.35 0.86 0.54
HSL 35.64º 0.76% 0.26% -
HSV(B) 35.64º 0.86% 0.46% -
XYZ 10.01 8.99 1.7 -
YUV 81.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 117 76 16 0 0.35 0.86 0.54 35.64 0.76 0.26
Hex 75 4C 10 0 23 56 36 24 4C 1A
Octal 165 114 20 0 43 126 66 44 114 32
Binary 1110101 1001100 10000 0 100011 1010110 110110 100100 1001100 11010

Color Harmonies of #754C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C10

Black with #754C10

Text Example


Text Example

White with #754C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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