Html Css Color HEX #5B321D Baker's Chocolate

📋 copy color: '#5B321D'

red 91 ◦ green 50 ◦ blue 29

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

Shades of Baker's Chocolate #5B321D

Tints of Baker's Chocolate #5B321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

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

R = 53.53%
G = 29.41%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5B321D (or 0x5B321D) is known color: Baker's Chocolate. HEX triplet: 5B, 32 and 1D. RGB value is (91,50,29). Sum of RGB (Red+Green+Blue) = 91+50+29=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B321D is #A4CDE2. Grayscale: #3B3B3B. Windows color (decimal): -10800611 or 1913435. OLE color: 1913435.

HSL color Cylindrical-coordinate representation of color #5B321D: hue angle of 20.32º 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 #5B321D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 50 29 -
CMYK 0 0.45 0.68 0.64
HSL 20.32º 0.52% 0.24% -
HSV(B) 20.32º 0.68% 0.36% -
XYZ 5.68 4.59 1.75 -
YUV 59.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 91 50 29 0 0.45 0.68 0.64 20.32 0.52 0.24
Hex 5B 32 1D 0 2D 44 40 14 34 18
Octal 133 62 35 0 55 104 100 24 64 30
Binary 1011011 110010 11101 0 101101 1000100 1000000 10100 110100 11000

Color Harmonies of #5B321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B321D

Black with #5B321D

Text Example


Text Example

White with #5B321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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