Html Css Color HEX #4B3427 Dark Rum

📋 copy color: '#4B3427'

red 75 ◦ green 52 ◦ blue 39

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

Shades of Dark Rum #4B3427

Tints of Dark Rum #4B3427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.33%

 BLUE value IS 39 (15.63% from 255) = 23.49%

R = 45.18%
G = 31.33%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#4B3427 (or 0x4B3427) is known color: Dark Rum. HEX triplet: 4B, 34 and 27. RGB value is (75,52,39). Sum of RGB (Red+Green+Blue) = 75+52+39=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3427 is #B4CBD8. Grayscale: #393939. Windows color (decimal): -11848665 or 2569291. OLE color: 2569291.

HSL color Cylindrical-coordinate representation of color #4B3427: hue angle of 21.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B3427 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 52 39 -
CMYK 0 0.31 0.48 0.71
HSL 21.67º 0.32% 0.22% -
HSV(B) 21.67º 0.48% 0.29% -
XYZ 4.5 4.1 2.47 -
YUV 57.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 75 52 39 0 0.31 0.48 0.71 21.67 0.32 0.22
Hex 4B 34 27 0 1F 30 47 16 20 16
Octal 113 64 47 0 37 60 107 26 40 26
Binary 1001011 110100 100111 0 11111 110000 1000111 10110 100000 10110

Color Harmonies of #4B3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3427

Black with #4B3427

Text Example


Text Example

White with #4B3427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,52,39); }

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

background-color css

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

 a { background-color: rgb(75,52,39); }

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

border-color css

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

 span { border-color: rgb(75,52,39); }

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