Html Css Color HEX #754400 Raw Umber

📋 copy color: '#754400'

red 117 ◦ green 68 ◦ blue 0

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

Shades of Raw Umber #754400

Tints of Raw Umber #754400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.76%

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

R = 63.24%
G = 36.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#754400 (or 0x754400) is known color: Raw Umber. HEX triplet: 75, 44 and 00. RGB value is (117,68,0). Sum of RGB (Red+Green+Blue) = 117+68+0=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #754400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754400 is #8ABBFF. Grayscale: #4B4B4B. Windows color (decimal): -9092096 or 17525. OLE color: 17525.

HSL color Cylindrical-coordinate representation of color #754400: hue angle of 34.87º 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 #754400 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 0 -
CMYK 0 0.42 1 0.54
HSL 34.87º 1% 0.23% -
HSV(B) 34.87º 1% 0.46% -
XYZ 9.4 7.92 1.03 -
YUV 74.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 117 68 0 0 0.42 1 0.54 34.87 1 0.23
Hex 75 44 0 0 2A 64 36 23 64 17
Octal 165 104 0 0 52 144 66 43 144 27
Binary 1110101 1000100 0 0 101010 1100100 110110 100011 1100100 10111

Color Harmonies of #754400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754400

Black with #754400

Text Example


Text Example

White with #754400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754400; }

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

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

background-color css

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

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

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

border-color css

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

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

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