Html Css Color HEX #754C01 Raw Umber

📋 copy color: '#754C01'

red 117 ◦ green 76 ◦ blue 1

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

Shades of Raw Umber #754C01

Tints of Raw Umber #754C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.18%

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

R = 60.31%
G = 39.18%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#754C01 (or 0x754C01) is known color: Raw Umber. HEX triplet: 75, 4C and 01. RGB value is (117,76,1). Sum of RGB (Red+Green+Blue) = 117+76+1=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #754C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C01 is #8AB3FE. Grayscale: #505050. Windows color (decimal): -9090047 or 85109. OLE color: 85109.

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

Color convert

RGB 117 76 1 -
CMYK 0 0.35 0.99 0.54
HSL 38.79º 0.98% 0.23% -
HSV(B) 38.79º 0.99% 0.46% -
XYZ 9.93 8.95 1.23 -
YUV 79.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 117 76 1 0 0.35 0.99 0.54 38.79 0.98 0.23
Hex 75 4C 1 0 23 63 36 27 62 17
Octal 165 114 1 0 43 143 66 47 142 27
Binary 1110101 1001100 1 0 100011 1100011 110110 100111 1100010 10111

Color Harmonies of #754C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C01

Black with #754C01

Text Example


Text Example

White with #754C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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