Html Css Color HEX #75400D Raw Umber

📋 copy color: '#75400D'

red 117 ◦ green 64 ◦ blue 13

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

Shades of Raw Umber #75400D

Tints of Raw Umber #75400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 13 (5.47% from 255) = 6.7%

R = 60.31%
G = 32.99%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75400D (or 0x75400D) is known color: Raw Umber. HEX triplet: 75, 40 and 0D. RGB value is (117,64,13). Sum of RGB (Red+Green+Blue) = 117+64+13=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #75400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75400D is #8ABFF2. Grayscale: #4A4A4A. Windows color (decimal): -9093107 or 868469. OLE color: 868469.

HSL color Cylindrical-coordinate representation of color #75400D: hue angle of 29.42º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75400D is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 13 -
CMYK 0 0.45 0.89 0.54
HSL 29.42º 0.8% 0.25% -
HSV(B) 29.42º 0.89% 0.46% -
XYZ 9.24 7.48 1.34 -
YUV 74.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 117 64 13 0 0.45 0.89 0.54 29.42 0.8 0.25
Hex 75 40 D 0 2D 59 36 1D 50 19
Octal 165 100 15 0 55 131 66 35 120 31
Binary 1110101 1000000 1101 0 101101 1011001 110110 11101 1010000 11001

Color Harmonies of #75400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75400D

Black with #75400D

Text Example


Text Example

White with #75400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75400D; }

 p { color: rgb(117,64,13); }

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

background-color css

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

 a { background-color: rgb(117,64,13); }

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

border-color css

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

 span { border-color: rgb(117,64,13); }

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