Html Css Color HEX #75521E Raw Umber

📋 copy color: '#75521E'

red 117 ◦ green 82 ◦ blue 30

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

Shades of Raw Umber #75521E

Tints of Raw Umber #75521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.81%

 BLUE value IS 30 (12.11% from 255) = 13.1%

R = 51.09%
G = 35.81%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75521E (or 0x75521E) is known color: Raw Umber. HEX triplet: 75, 52 and 1E. RGB value is (117,82,30). Sum of RGB (Red+Green+Blue) = 117+82+30=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75521E is #8AADE1. Grayscale: #565656. Windows color (decimal): -9088482 or 1987189. OLE color: 1987189.

HSL color Cylindrical-coordinate representation of color #75521E: hue angle of 35.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75521E is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 30 -
CMYK 0 0.30 0.74 0.54
HSL 35.86º 0.59% 0.29% -
HSV(B) 35.86º 0.74% 0.46% -
XYZ 10.59 9.91 2.58 -
YUV 86.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 117 82 30 0 0.30 0.74 0.54 35.86 0.59 0.29
Hex 75 52 1E 0 1E 4A 36 24 3B 1D
Octal 165 122 36 0 36 112 66 44 73 35
Binary 1110101 1010010 11110 0 11110 1001010 110110 100100 111011 11101

Color Harmonies of #75521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75521E

Black with #75521E

Text Example


Text Example

White with #75521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75521E; }

 p { color: rgb(117,82,30); }

 H1.HeaderClassName
 {
   color: #75521E;
 }
 .AnyTagClassName
 {
   color: #75521E;
 }
</style>

background-color css

<style>
 a { background-color: #75521E; }

 a { background-color: rgb(117,82,30); }

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

border-color css

<style>
 span { border-color: #75521E; }

 span { border-color: rgb(117,82,30); }

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