Html Css Color HEX #4B382C Dark Rum

📋 copy color: '#4B382C'

red 75 ◦ green 56 ◦ blue 44

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

Shades of Dark Rum #4B382C

Tints of Dark Rum #4B382C

RGB

 RED value IS 75 (29.69% from 255) = 42.86%

 GREEN value IS 56 (22.27% from 255) = 32%

 BLUE value IS 44 (17.58% from 255) = 25.14%

R = 42.86%
G = 32%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#4B382C (or 0x4B382C) is known color: Dark Rum. HEX triplet: 4B, 38 and 2C. RGB value is (75,56,44). Sum of RGB (Red+Green+Blue) = 75+56+44=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B382C is #B4C7D3. Grayscale: #3C3C3C. Windows color (decimal): -11847636 or 2897995. OLE color: 2897995.

HSL color Cylindrical-coordinate representation of color #4B382C: hue angle of 23.23º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B382C is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 56 44 -
CMYK 0 0.25 0.41 0.71
HSL 23.23º 0.26% 0.23% -
HSV(B) 23.23º 0.41% 0.29% -
XYZ 4.77 4.51 3 -
YUV 60.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 75 56 44 0 0.25 0.41 0.71 23.23 0.26 0.23
Hex 4B 38 2C 0 19 29 47 17 1A 17
Octal 113 70 54 0 31 51 107 27 32 27
Binary 1001011 111000 101100 0 11001 101001 1000111 10111 11010 10111

Color Harmonies of #4B382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B382C

Black with #4B382C

Text Example


Text Example

White with #4B382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B382C; }

 p { color: rgb(75,56,44); }

 H1.HeaderClassName
 {
   color: #4B382C;
 }
 .AnyTagClassName
 {
   color: #4B382C;
 }
</style>

background-color css

<style>
 a { background-color: #4B382C; }

 a { background-color: rgb(75,56,44); }

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

border-color css

<style>
 span { border-color: #4B382C; }

 span { border-color: rgb(75,56,44); }

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