Html Css Color HEX #754B00 Raw Umber

📋 copy color: '#754B00'

red 117 ◦ green 75 ◦ blue 0

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

Shades of Raw Umber #754B00

Tints of Raw Umber #754B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.94%
G = 39.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#754B00 (or 0x754B00) is known color: Raw Umber. HEX triplet: 75, 4B and 00. RGB value is (117,75,0). Sum of RGB (Red+Green+Blue) = 117+75+0=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #754B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754B00 is #8AB4FF. Grayscale: #4F4F4F. Windows color (decimal): -9090304 or 19317. OLE color: 19317.

HSL color Cylindrical-coordinate representation of color #754B00: hue angle of 38.46º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #754B00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 75 0 -
CMYK 0 0.36 1 0.54
HSL 38.46º 1% 0.23% -
HSV(B) 38.46º 1% 0.46% -
XYZ 9.85 8.81 1.18 -
YUV 79.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 117 75 0 0 0.36 1 0.54 38.46 1 0.23
Hex 75 4B 0 0 24 64 36 26 64 17
Octal 165 113 0 0 44 144 66 46 144 27
Binary 1110101 1001011 0 0 100100 1100100 110110 100110 1100100 10111

Color Harmonies of #754B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B00

Black with #754B00

Text Example


Text Example

White with #754B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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