Html Css Color HEX #754408 Raw Umber

📋 copy color: '#754408'

red 117 ◦ green 68 ◦ blue 8

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

Shades of Raw Umber #754408

Tints of Raw Umber #754408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.15%

R = 60.62%
G = 35.23%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#754408 (or 0x754408) is known color: Raw Umber. HEX triplet: 75, 44 and 08. RGB value is (117,68,8). Sum of RGB (Red+Green+Blue) = 117+68+8=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #754408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754408 is #8ABBF7. Grayscale: #4C4C4C. Windows color (decimal): -9092088 or 541813. OLE color: 541813.

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

Color convert

RGB 117 68 8 -
CMYK 0 0.42 0.93 0.54
HSL 33.03º 0.87% 0.25% -
HSV(B) 33.03º 0.93% 0.46% -
XYZ 9.45 7.93 1.26 -
YUV 75.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 117 68 8 0 0.42 0.93 0.54 33.03 0.87 0.25
Hex 75 44 8 0 2A 5D 36 21 57 19
Octal 165 104 10 0 52 135 66 41 127 31
Binary 1110101 1000100 1000 0 101010 1011101 110110 100001 1010111 11001

Color Harmonies of #754408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754408

Black with #754408

Text Example


Text Example

White with #754408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754408; }

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

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

background-color css

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

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

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

border-color css

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

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

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