Html Css Color HEX #5B350F Baker's Chocolate

📋 copy color: '#5B350F'

red 91 ◦ green 53 ◦ blue 15

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

Shades of Baker's Chocolate #5B350F

Tints of Baker's Chocolate #5B350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.33%

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 57.23%
G = 33.33%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#5B350F (or 0x5B350F) is known color: Baker's Chocolate. HEX triplet: 5B, 35 and 0F. RGB value is (91,53,15). Sum of RGB (Red+Green+Blue) = 91+53+15=159 (21% of max value = 765). Red value is 91 (35.94% from 255 or 57.23% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 91 - color contains mainly: red. Hex color #5B350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B350F is #A4CAF0. Grayscale: #3C3C3C. Windows color (decimal): -10799857 or 996699. OLE color: 996699.

HSL color Cylindrical-coordinate representation of color #5B350F: hue angle of 30º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B350F is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 53 15 -
CMYK 0 0.42 0.84 0.64
HSL 30º 0.72% 0.21% -
HSV(B) 30º 0.84% 0.36% -
XYZ 5.67 4.8 1.08 -
YUV 60.03 102.59 150.09 -
System Red Green Blue C M Y K H S L
Decimal 91 53 15 0 0.42 0.84 0.64 30 0.72 0.21
Hex 5B 35 F 0 2A 54 40 1E 48 15
Octal 133 65 17 0 52 124 100 36 110 25
Binary 1011011 110101 1111 0 101010 1010100 1000000 11110 1001000 10101

Color Harmonies of #5B350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B350F

Black with #5B350F

Text Example


Text Example

White with #5B350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,53,15); }

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

background-color css

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

 a { background-color: rgb(91,53,15); }

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

border-color css

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

 span { border-color: rgb(91,53,15); }

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