Html Css Color HEX #755C0B Raw Umber

📋 copy color: '#755C0B'

red 117 ◦ green 92 ◦ blue 11

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

Shades of Raw Umber #755C0B

Tints of Raw Umber #755C0B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.82%

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

R = 53.18%
G = 41.82%
B = 5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#755C0B (or 0x755C0B) is known color: Raw Umber. HEX triplet: 75, 5C and 0B. RGB value is (117,92,11). Sum of RGB (Red+Green+Blue) = 117+92+11=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #755C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C0B is #8AA3F4. Grayscale: #5A5A5A. Windows color (decimal): -9085941 or 744565. OLE color: 744565.

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

Color convert

RGB 117 92 11 -
CMYK 0 0.21 0.91 0.54
HSL 45.85º 0.83% 0.25% -
HSV(B) 45.85º 0.91% 0.46% -
XYZ 11.22 11.46 1.94 -
YUV 90.24 83.28 147.09 -
System Red Green Blue C M Y K H S L
Decimal 117 92 11 0 0.21 0.91 0.54 45.85 0.83 0.25
Hex 75 5C B 0 15 5B 36 2E 53 19
Octal 165 134 13 0 25 133 66 56 123 31
Binary 1110101 1011100 1011 0 10101 1011011 110110 101110 1010011 11001

Color Harmonies of #755C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C0B

Black with #755C0B

Text Example


Text Example

White with #755C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755C0B; }

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

 H1.HeaderClassName
 {
   color: #755C0B;
 }
 .AnyTagClassName
 {
   color: #755C0B;
 }
</style>

background-color css

<style>
 a { background-color: #755C0B; }

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

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

border-color css

<style>
 span { border-color: #755C0B; }

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

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