Html Css Color HEX #754D05 Raw Umber

📋 copy color: '#754D05'

red 117 ◦ green 77 ◦ blue 5

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

Shades of Raw Umber #754D05

Tints of Raw Umber #754D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 58.79%
G = 38.69%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#754D05 (or 0x754D05) is known color: Raw Umber. HEX triplet: 75, 4D and 05. RGB value is (117,77,5). Sum of RGB (Red+Green+Blue) = 117+77+5=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #754D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D05 is #8AB2FA. Grayscale: #515151. Windows color (decimal): -9089787 or 347509. OLE color: 347509.

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

Color convert

RGB 117 77 5 -
CMYK 0 0.34 0.96 0.54
HSL 38.57º 0.92% 0.24% -
HSV(B) 38.57º 0.96% 0.46% -
XYZ 10.02 9.1 1.37 -
YUV 80.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 117 77 5 0 0.34 0.96 0.54 38.57 0.92 0.24
Hex 75 4D 5 0 22 60 36 27 5C 18
Octal 165 115 5 0 42 140 66 47 134 30
Binary 1110101 1001101 101 0 100010 1100000 110110 100111 1011100 11000

Color Harmonies of #754D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D05

Black with #754D05

Text Example


Text Example

White with #754D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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