Html Css Color HEX #754304 Raw Umber

📋 copy color: '#754304'

red 117 ◦ green 67 ◦ blue 4

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

Shades of Raw Umber #754304

Tints of Raw Umber #754304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.64%

 BLUE value IS 4 (1.95% from 255) = 2.13%

R = 62.23%
G = 35.64%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#754304 (or 0x754304) is known color: Raw Umber. HEX triplet: 75, 43 and 04. RGB value is (117,67,4). Sum of RGB (Red+Green+Blue) = 117+67+4=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #754304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754304 is #8ABCFB. Grayscale: #4B4B4B. Windows color (decimal): -9092348 or 279413. OLE color: 279413.

HSL color Cylindrical-coordinate representation of color #754304: hue angle of 33.45º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #754304 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 67 4 -
CMYK 0 0.43 0.97 0.54
HSL 33.45º 0.93% 0.24% -
HSV(B) 33.45º 0.97% 0.46% -
XYZ 9.37 7.8 1.13 -
YUV 74.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 117 67 4 0 0.43 0.97 0.54 33.45 0.93 0.24
Hex 75 43 4 0 2B 61 36 21 5D 18
Octal 165 103 4 0 53 141 66 41 135 30
Binary 1110101 1000011 100 0 101011 1100001 110110 100001 1011101 11000

Color Harmonies of #754304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754304

Black with #754304

Text Example


Text Example

White with #754304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754304; }

 p { color: rgb(117,67,4); }

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

background-color css

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

 a { background-color: rgb(117,67,4); }

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

border-color css

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

 span { border-color: rgb(117,67,4); }

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