Html Css Color HEX #75540B Raw Umber

📋 copy color: '#75540B'

red 117 ◦ green 84 ◦ blue 11

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

Shades of Raw Umber #75540B

Tints of Raw Umber #75540B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.62%

 BLUE value IS 11 (4.69% from 255) = 5.19%

R = 55.19%
G = 39.62%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75540B (or 0x75540B) is known color: Raw Umber. HEX triplet: 75, 54 and 0B. RGB value is (117,84,11). Sum of RGB (Red+Green+Blue) = 117+84+11=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75540B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75540B is #8AABF4. Grayscale: #555555. Windows color (decimal): -9087989 or 742517. OLE color: 742517.

HSL color Cylindrical-coordinate representation of color #75540B: hue angle of 41.32º degrees, saturation: 0.83, 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 #75540B is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 84 11 -
CMYK 0 0.28 0.91 0.54
HSL 41.32º 0.83% 0.25% -
HSV(B) 41.32º 0.91% 0.46% -
XYZ 10.57 10.15 1.72 -
YUV 85.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 117 84 11 0 0.28 0.91 0.54 41.32 0.83 0.25
Hex 75 54 B 0 1C 5B 36 29 53 19
Octal 165 124 13 0 34 133 66 51 123 31
Binary 1110101 1010100 1011 0 11100 1011011 110110 101001 1010011 11001

Color Harmonies of #75540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75540B

Black with #75540B

Text Example


Text Example

White with #75540B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,84,11); }

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

background-color css

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

 a { background-color: rgb(117,84,11); }

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

border-color css

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

 span { border-color: rgb(117,84,11); }

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