Html Css Color HEX #754B05 Raw Umber

📋 copy color: '#754B05'

red 117 ◦ green 75 ◦ blue 5

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

Shades of Raw Umber #754B05

Tints of Raw Umber #754B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.07%

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

R = 59.39%
G = 38.07%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#754B05 (or 0x754B05) is known color: Raw Umber. HEX triplet: 75, 4B and 05. RGB value is (117,75,5). Sum of RGB (Red+Green+Blue) = 117+75+5=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #754B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754B05 is #8AB4FA. Grayscale: #4F4F4F. Windows color (decimal): -9090299 or 346997. OLE color: 346997.

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

Color convert

RGB 117 75 5 -
CMYK 0 0.36 0.96 0.54
HSL 37.5º 0.92% 0.24% -
HSV(B) 37.5º 0.96% 0.46% -
XYZ 9.88 8.83 1.33 -
YUV 79.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 117 75 5 0 0.36 0.96 0.54 37.5 0.92 0.24
Hex 75 4B 5 0 24 60 36 26 5C 18
Octal 165 113 5 0 44 140 66 46 134 30
Binary 1110101 1001011 101 0 100100 1100000 110110 100110 1011100 11000

Color Harmonies of #754B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B05

Black with #754B05

Text Example


Text Example

White with #754B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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