Html Css Color HEX #5B2601 Baker's Chocolate

📋 copy color: '#5B2601'

red 91 ◦ green 38 ◦ blue 1

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

Shades of Baker's Chocolate #5B2601

Tints of Baker's Chocolate #5B2601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.23%

 BLUE value IS 1 (0.78% from 255) = 0.77%

R = 70%
G = 29.23%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#5B2601 (or 0x5B2601) is known color: Baker's Chocolate. HEX triplet: 5B, 26 and 01. RGB value is (91,38,1). Sum of RGB (Red+Green+Blue) = 91+38+1=130 (17% of max value = 765). Red value is 91 (35.94% from 255 or 70% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2601 is #A4D9FE. Grayscale: #313131. Windows color (decimal): -10803711 or 75355. OLE color: 75355.

HSL color Cylindrical-coordinate representation of color #5B2601: hue angle of 24.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B2601 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 38 1 -
CMYK 0 0.58 0.99 0.64
HSL 24.67º 0.98% 0.18% -
HSV(B) 24.67º 0.99% 0.36% -
XYZ 5.01 3.61 0.46 -
YUV 49.63 100.56 157.51 -
System Red Green Blue C M Y K H S L
Decimal 91 38 1 0 0.58 0.99 0.64 24.67 0.98 0.18
Hex 5B 26 1 0 3A 63 40 19 62 12
Octal 133 46 1 0 72 143 100 31 142 22
Binary 1011011 100110 1 0 111010 1100011 1000000 11001 1100010 10010

Color Harmonies of #5B2601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2601

Black with #5B2601

Text Example


Text Example

White with #5B2601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,38,1); }

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

background-color css

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

 a { background-color: rgb(91,38,1); }

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

border-color css

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

 span { border-color: rgb(91,38,1); }

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