Html Css Color HEX #754C1B Raw Umber

📋 copy color: '#754C1B'

red 117 ◦ green 76 ◦ blue 27

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

Shades of Raw Umber #754C1B

Tints of Raw Umber #754C1B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.55%

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

R = 53.18%
G = 34.55%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#754C1B (or 0x754C1B) is known color: Raw Umber. HEX triplet: 75, 4C and 1B. RGB value is (117,76,27). Sum of RGB (Red+Green+Blue) = 117+76+27=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #754C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C1B is #8AB3E4. Grayscale: #525252. Windows color (decimal): -9090021 or 1789045. OLE color: 1789045.

HSL color Cylindrical-coordinate representation of color #754C1B: hue angle of 32.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 #754C1B is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 27 -
CMYK 0 0.35 0.77 0.54
HSL 32.67º 0.63% 0.28% -
HSV(B) 32.67º 0.77% 0.46% -
XYZ 10.12 9.03 2.25 -
YUV 82.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 117 76 27 0 0.35 0.77 0.54 32.67 0.63 0.28
Hex 75 4C 1B 0 23 4D 36 21 3E 1C
Octal 165 114 33 0 43 115 66 41 76 34
Binary 1110101 1001100 11011 0 100011 1001101 110110 100001 111110 11100

Color Harmonies of #754C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C1B

Black with #754C1B

Text Example


Text Example

White with #754C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C1B; }

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

 H1.HeaderClassName
 {
   color: #754C1B;
 }
 .AnyTagClassName
 {
   color: #754C1B;
 }
</style>

background-color css

<style>
 a { background-color: #754C1B; }

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

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

border-color css

<style>
 span { border-color: #754C1B; }

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

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