Html Css Color HEX #754D0C Raw Umber

📋 copy color: '#754D0C'

red 117 ◦ green 77 ◦ blue 12

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

Shades of Raw Umber #754D0C

Tints of Raw Umber #754D0C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.38%

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 56.8%
G = 37.38%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#754D0C (or 0x754D0C) is known color: Raw Umber. HEX triplet: 75, 4D and 0C. RGB value is (117,77,12). Sum of RGB (Red+Green+Blue) = 117+77+12=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #754D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D0C is #8AB2F3. Grayscale: #515151. Windows color (decimal): -9089780 or 806261. OLE color: 806261.

HSL color Cylindrical-coordinate representation of color #754D0C: hue angle of 37.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #754D0C is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 12 -
CMYK 0 0.34 0.90 0.54
HSL 37.14º 0.81% 0.25% -
HSV(B) 37.14º 0.9% 0.46% -
XYZ 10.06 9.12 1.58 -
YUV 81.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 117 77 12 0 0.34 0.90 0.54 37.14 0.81 0.25
Hex 75 4D C 0 22 5A 36 25 51 19
Octal 165 115 14 0 42 132 66 45 121 31
Binary 1110101 1001101 1100 0 100010 1011010 110110 100101 1010001 11001

Color Harmonies of #754D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D0C

Black with #754D0C

Text Example


Text Example

White with #754D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,77,12); }

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

background-color css

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

 a { background-color: rgb(117,77,12); }

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

border-color css

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

 span { border-color: rgb(117,77,12); }

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