Html Css Color HEX #75440D Raw Umber

📋 copy color: '#75440D'

red 117 ◦ green 68 ◦ blue 13

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

Shades of Raw Umber #75440D

Tints of Raw Umber #75440D

RGB

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

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

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

R = 59.09%
G = 34.34%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75440D (or 0x75440D) is known color: Raw Umber. HEX triplet: 75, 44 and 0D. RGB value is (117,68,13). Sum of RGB (Red+Green+Blue) = 117+68+13=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75440D is #8ABBF2. Grayscale: #4C4C4C. Windows color (decimal): -9092083 or 869493. OLE color: 869493.

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

Color convert

RGB 117 68 13 -
CMYK 0 0.42 0.89 0.54
HSL 31.73º 0.8% 0.25% -
HSV(B) 31.73º 0.89% 0.46% -
XYZ 9.48 7.95 1.41 -
YUV 76.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 117 68 13 0 0.42 0.89 0.54 31.73 0.8 0.25
Hex 75 44 D 0 2A 59 36 20 50 19
Octal 165 104 15 0 52 131 66 40 120 31
Binary 1110101 1000100 1101 0 101010 1011001 110110 100000 1010000 11001

Color Harmonies of #75440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75440D

Black with #75440D

Text Example


Text Example

White with #75440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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