Html Css Color HEX #5B421D Dark Brown

📋 copy color: '#5B421D'

red 91 ◦ green 66 ◦ blue 29

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

Shades of Dark Brown #5B421D

Tints of Dark Brown #5B421D

RGB

 RED value IS 91 (35.94% from 255) = 48.92%

 GREEN value IS 66 (26.17% from 255) = 35.48%

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 48.92%
G = 35.48%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5B421D (or 0x5B421D) is known color: Dark Brown. HEX triplet: 5B, 42 and 1D. RGB value is (91,66,29). Sum of RGB (Red+Green+Blue) = 91+66+29=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B421D is #A4BDE2. Grayscale: #454545. Windows color (decimal): -10796515 or 1917531. OLE color: 1917531.

HSL color Cylindrical-coordinate representation of color #5B421D: hue angle of 35.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B421D is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 66 29 -
CMYK 0 0.27 0.68 0.64
HSL 35.81º 0.52% 0.24% -
HSV(B) 35.81º 0.68% 0.36% -
XYZ 6.48 6.21 2.02 -
YUV 69.26 105.28 143.51 -
System Red Green Blue C M Y K H S L
Decimal 91 66 29 0 0.27 0.68 0.64 35.81 0.52 0.24
Hex 5B 42 1D 0 1B 44 40 24 34 18
Octal 133 102 35 0 33 104 100 44 64 30
Binary 1011011 1000010 11101 0 11011 1000100 1000000 100100 110100 11000

Color Harmonies of #5B421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B421D

Black with #5B421D

Text Example


Text Example

White with #5B421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B421D; }

 p { color: rgb(91,66,29); }

 H1.HeaderClassName
 {
   color: #5B421D;
 }
 .AnyTagClassName
 {
   color: #5B421D;
 }
</style>

background-color css

<style>
 a { background-color: #5B421D; }

 a { background-color: rgb(91,66,29); }

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

border-color css

<style>
 span { border-color: #5B421D; }

 span { border-color: rgb(91,66,29); }

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