Html Css Color HEX #75570A Raw Umber

📋 copy color: '#75570A'

red 117 ◦ green 87 ◦ blue 10

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

Shades of Raw Umber #75570A

Tints of Raw Umber #75570A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.65%

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

R = 54.67%
G = 40.65%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75570A (or 0x75570A) is known color: Raw Umber. HEX triplet: 75, 57 and 0A. RGB value is (117,87,10). Sum of RGB (Red+Green+Blue) = 117+87+10=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75570A is #8AA8F5. Grayscale: #575757. Windows color (decimal): -9087222 or 677749. OLE color: 677749.

HSL color Cylindrical-coordinate representation of color #75570A: hue angle of 43.18º 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 #75570A is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 87 10 -
CMYK 0 0.26 0.91 0.54
HSL 43.18º 0.84% 0.25% -
HSV(B) 43.18º 0.91% 0.46% -
XYZ 10.8 10.62 1.77 -
YUV 87.19 84.44 149.26 -
System Red Green Blue C M Y K H S L
Decimal 117 87 10 0 0.26 0.91 0.54 43.18 0.84 0.25
Hex 75 57 A 0 1A 5B 36 2B 54 19
Octal 165 127 12 0 32 133 66 53 124 31
Binary 1110101 1010111 1010 0 11010 1011011 110110 101011 1010100 11001

Color Harmonies of #75570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75570A

Black with #75570A

Text Example


Text Example

White with #75570A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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