Html Css Color HEX #754F06 Raw Umber

📋 copy color: '#754F06'

red 117 ◦ green 79 ◦ blue 6

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

Shades of Raw Umber #754F06

Tints of Raw Umber #754F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.11%

 BLUE value IS 6 (2.73% from 255) = 2.97%

R = 57.92%
G = 39.11%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#754F06 (or 0x754F06) is known color: Raw Umber. HEX triplet: 75, 4F and 06. RGB value is (117,79,6). Sum of RGB (Red+Green+Blue) = 117+79+6=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #754F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754F06 is #8AB0F9. Grayscale: #525252. Windows color (decimal): -9089274 or 413557. OLE color: 413557.

HSL color Cylindrical-coordinate representation of color #754F06: hue angle of 39.46º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #754F06 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 79 6 -
CMYK 0 0.32 0.95 0.54
HSL 39.46º 0.9% 0.24% -
HSV(B) 39.46º 0.95% 0.46% -
XYZ 10.16 9.39 1.45 -
YUV 82.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 117 79 6 0 0.32 0.95 0.54 39.46 0.9 0.24
Hex 75 4F 6 0 20 5F 36 27 5A 18
Octal 165 117 6 0 40 137 66 47 132 30
Binary 1110101 1001111 110 0 100000 1011111 110110 100111 1011010 11000

Color Harmonies of #754F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F06

Black with #754F06

Text Example


Text Example

White with #754F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,79,6); }

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

background-color css

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

 a { background-color: rgb(117,79,6); }

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

border-color css

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

 span { border-color: rgb(117,79,6); }

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