Html Css Color HEX #75581B Raw Umber

📋 copy color: '#75581B'

red 117 ◦ green 88 ◦ blue 27

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

Shades of Raw Umber #75581B

Tints of Raw Umber #75581B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.64%

R = 50.43%
G = 37.93%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#75581B (or 0x75581B) is known color: Raw Umber. HEX triplet: 75, 58 and 1B. RGB value is (117,88,27). Sum of RGB (Red+Green+Blue) = 117+88+27=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75581B is #8AA7E4. Grayscale: #595959. Windows color (decimal): -9086949 or 1792117. OLE color: 1792117.

HSL color Cylindrical-coordinate representation of color #75581B: hue angle of 40.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75581B is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 27 -
CMYK 0 0.25 0.77 0.54
HSL 40.67º 0.63% 0.28% -
HSV(B) 40.67º 0.77% 0.46% -
XYZ 11.02 10.84 2.55 -
YUV 89.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 117 88 27 0 0.25 0.77 0.54 40.67 0.63 0.28
Hex 75 58 1B 0 19 4D 36 29 3E 1C
Octal 165 130 33 0 31 115 66 51 76 34
Binary 1110101 1011000 11011 0 11001 1001101 110110 101001 111110 11100

Color Harmonies of #75581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75581B

Black with #75581B

Text Example


Text Example

White with #75581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75581B; }

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

 H1.HeaderClassName
 {
   color: #75581B;
 }
 .AnyTagClassName
 {
   color: #75581B;
 }
</style>

background-color css

<style>
 a { background-color: #75581B; }

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

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

border-color css

<style>
 span { border-color: #75581B; }

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

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