Html Css Color HEX #75580C Raw Umber

📋 copy color: '#75580C'

red 117 ◦ green 88 ◦ blue 12

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

Shades of Raw Umber #75580C

Tints of Raw Umber #75580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.55%

 BLUE value IS 12 (5.08% from 255) = 5.53%

R = 53.92%
G = 40.55%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75580C (or 0x75580C) is known color: Raw Umber. HEX triplet: 75, 58 and 0C. RGB value is (117,88,12). Sum of RGB (Red+Green+Blue) = 117+88+12=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75580C is #8AA7F3. Grayscale: #585858. Windows color (decimal): -9086964 or 809077. OLE color: 809077.

HSL color Cylindrical-coordinate representation of color #75580C: hue angle of 43.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75580C is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 12 -
CMYK 0 0.25 0.90 0.54
HSL 43.43º 0.81% 0.25% -
HSV(B) 43.43º 0.9% 0.46% -
XYZ 10.89 10.79 1.86 -
YUV 88.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 117 88 12 0 0.25 0.90 0.54 43.43 0.81 0.25
Hex 75 58 C 0 19 5A 36 2B 51 19
Octal 165 130 14 0 31 132 66 53 121 31
Binary 1110101 1011000 1100 0 11001 1011010 110110 101011 1010001 11001

Color Harmonies of #75580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75580C

Black with #75580C

Text Example


Text Example

White with #75580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75580C; }

 p { color: rgb(117,88,12); }

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

background-color css

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

 a { background-color: rgb(117,88,12); }

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

border-color css

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

 span { border-color: rgb(117,88,12); }

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