Html Css Color HEX #755C14 Raw Umber

📋 copy color: '#755C14'

red 117 ◦ green 92 ◦ blue 20

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

Shades of Raw Umber #755C14

Tints of Raw Umber #755C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 51.09%
G = 40.17%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#755C14 (or 0x755C14) is known color: Raw Umber. HEX triplet: 75, 5C and 14. RGB value is (117,92,20). Sum of RGB (Red+Green+Blue) = 117+92+20=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #755C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C14 is #8AA3EB. Grayscale: #5B5B5B. Windows color (decimal): -9085932 or 1334389. OLE color: 1334389.

HSL color Cylindrical-coordinate representation of color #755C14: hue angle of 44.54º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #755C14 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 20 -
CMYK 0 0.21 0.83 0.54
HSL 44.54º 0.71% 0.27% -
HSV(B) 44.54º 0.83% 0.46% -
XYZ 11.29 11.49 2.28 -
YUV 91.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 117 92 20 0 0.21 0.83 0.54 44.54 0.71 0.27
Hex 75 5C 14 0 15 53 36 2D 47 1B
Octal 165 134 24 0 25 123 66 55 107 33
Binary 1110101 1011100 10100 0 10101 1010011 110110 101101 1000111 11011

Color Harmonies of #755C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C14

Black with #755C14

Text Example


Text Example

White with #755C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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