Html Css Color HEX #75460A Raw Umber

📋 copy color: '#75460A'

red 117 ◦ green 70 ◦ blue 10

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

Shades of Raw Umber #75460A

Tints of Raw Umber #75460A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.53%

 BLUE value IS 10 (4.3% from 255) = 5.08%

R = 59.39%
G = 35.53%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75460A (or 0x75460A) is known color: Raw Umber. HEX triplet: 75, 46 and 0A. RGB value is (117,70,10). Sum of RGB (Red+Green+Blue) = 117+70+10=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75460A is #8AB9F5. Grayscale: #4D4D4D. Windows color (decimal): -9091574 or 673397. OLE color: 673397.

HSL color Cylindrical-coordinate representation of color #75460A: hue angle of 33.64º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75460A is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 10 -
CMYK 0 0.40 0.91 0.54
HSL 33.64º 0.84% 0.25% -
HSV(B) 33.64º 0.91% 0.46% -
XYZ 9.58 8.18 1.36 -
YUV 77.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 117 70 10 0 0.40 0.91 0.54 33.64 0.84 0.25
Hex 75 46 A 0 28 5B 36 22 54 19
Octal 165 106 12 0 50 133 66 42 124 31
Binary 1110101 1000110 1010 0 101000 1011011 110110 100010 1010100 11001

Color Harmonies of #75460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75460A

Black with #75460A

Text Example


Text Example

White with #75460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75460A; }

 p { color: rgb(117,70,10); }

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

background-color css

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

 a { background-color: rgb(117,70,10); }

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

border-color css

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

 span { border-color: rgb(117,70,10); }

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