Html Css Color HEX #754E01 Raw Umber

📋 copy color: '#754E01'

red 117 ◦ green 78 ◦ blue 1

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

Shades of Raw Umber #754E01

Tints of Raw Umber #754E01

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.8%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 59.69%
G = 39.8%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#754E01 (or 0x754E01) is known color: Raw Umber. HEX triplet: 75, 4E and 01. RGB value is (117,78,1). Sum of RGB (Red+Green+Blue) = 117+78+1=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #754E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754E01 is #8AB1FE. Grayscale: #515151. Windows color (decimal): -9089535 or 85621. OLE color: 85621.

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

Color convert

RGB 117 78 1 -
CMYK 0 0.33 0.99 0.54
HSL 39.83º 0.98% 0.23% -
HSV(B) 39.83º 0.99% 0.46% -
XYZ 10.07 9.23 1.28 -
YUV 80.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 117 78 1 0 0.33 0.99 0.54 39.83 0.98 0.23
Hex 75 4E 1 0 21 63 36 28 62 17
Octal 165 116 1 0 41 143 66 50 142 27
Binary 1110101 1001110 1 0 100001 1100011 110110 101000 1100010 10111

Color Harmonies of #754E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E01

Black with #754E01

Text Example


Text Example

White with #754E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,78,1); }

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

background-color css

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

 a { background-color: rgb(117,78,1); }

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

border-color css

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

 span { border-color: rgb(117,78,1); }

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