Html Css Color HEX #75531E Raw Umber

📋 copy color: '#75531E'

red 117 ◦ green 83 ◦ blue 30

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

Shades of Raw Umber #75531E

Tints of Raw Umber #75531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.09%

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

R = 50.87%
G = 36.09%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75531E (or 0x75531E) is known color: Raw Umber. HEX triplet: 75, 53 and 1E. RGB value is (117,83,30). Sum of RGB (Red+Green+Blue) = 117+83+30=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75531E is #8AACE1. Grayscale: #575757. Windows color (decimal): -9088226 or 1987445. OLE color: 1987445.

HSL color Cylindrical-coordinate representation of color #75531E: hue angle of 36.55º 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 #75531E is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 30 -
CMYK 0 0.29 0.74 0.54
HSL 36.55º 0.59% 0.29% -
HSV(B) 36.55º 0.74% 0.46% -
XYZ 10.66 10.06 2.61 -
YUV 87.12 95.76 149.31 -
System Red Green Blue C M Y K H S L
Decimal 117 83 30 0 0.29 0.74 0.54 36.55 0.59 0.29
Hex 75 53 1E 0 1D 4A 36 25 3B 1D
Octal 165 123 36 0 35 112 66 45 73 35
Binary 1110101 1010011 11110 0 11101 1001010 110110 100101 111011 11101

Color Harmonies of #75531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75531E

Black with #75531E

Text Example


Text Example

White with #75531E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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