Html Css Color HEX #75500B Raw Umber

📋 copy color: '#75500B'

red 117 ◦ green 80 ◦ blue 11

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

Shades of Raw Umber #75500B

Tints of Raw Umber #75500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.46%

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

R = 56.25%
G = 38.46%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75500B (or 0x75500B) is known color: Raw Umber. HEX triplet: 75, 50 and 0B. RGB value is (117,80,11). Sum of RGB (Red+Green+Blue) = 117+80+11=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #75500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75500B is #8AAFF4. Grayscale: #535353. Windows color (decimal): -9089013 or 741493. OLE color: 741493.

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

Color convert

RGB 117 80 11 -
CMYK 0 0.32 0.91 0.54
HSL 39.06º 0.83% 0.25% -
HSV(B) 39.06º 0.91% 0.46% -
XYZ 10.27 9.54 1.62 -
YUV 83.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 117 80 11 0 0.32 0.91 0.54 39.06 0.83 0.25
Hex 75 50 B 0 20 5B 36 27 53 19
Octal 165 120 13 0 40 133 66 47 123 31
Binary 1110101 1010000 1011 0 100000 1011011 110110 100111 1010011 11001

Color Harmonies of #75500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75500B

Black with #75500B

Text Example


Text Example

White with #75500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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