Html Css Color HEX #75440F Raw Umber

📋 copy color: '#75440F'

red 117 ◦ green 68 ◦ blue 15

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

Shades of Raw Umber #75440F

Tints of Raw Umber #75440F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.5%

R = 58.5%
G = 34%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75440F (or 0x75440F) is known color: Raw Umber. HEX triplet: 75, 44 and 0F. RGB value is (117,68,15). Sum of RGB (Red+Green+Blue) = 117+68+15=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75440F is #8ABBF0. Grayscale: #4C4C4C. Windows color (decimal): -9092081 or 1000565. OLE color: 1000565.

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

Color convert

RGB 117 68 15 -
CMYK 0 0.42 0.87 0.54
HSL 31.18º 0.77% 0.26% -
HSV(B) 31.18º 0.87% 0.46% -
XYZ 9.49 7.95 1.49 -
YUV 76.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 117 68 15 0 0.42 0.87 0.54 31.18 0.77 0.26
Hex 75 44 F 0 2A 57 36 1F 4D 1A
Octal 165 104 17 0 52 127 66 37 115 32
Binary 1110101 1000100 1111 0 101010 1010111 110110 11111 1001101 11010

Color Harmonies of #75440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75440F

Black with #75440F

Text Example


Text Example

White with #75440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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