Html Css Color HEX #5B1F05 Baker's Chocolate

📋 copy color: '#5B1F05'

red 91 ◦ green 31 ◦ blue 5

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

Shades of Baker's Chocolate #5B1F05

Tints of Baker's Chocolate #5B1F05

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.41%

 BLUE value IS 5 (2.34% from 255) = 3.94%

R = 71.65%
G = 24.41%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#5B1F05 (or 0x5B1F05) is known color: Baker's Chocolate. HEX triplet: 5B, 1F and 05. RGB value is (91,31,5). Sum of RGB (Red+Green+Blue) = 91+31+5=127 (16% of max value = 765). Red value is 91 (35.94% from 255 or 71.65% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1F05 is #A4E0FA. Grayscale: #2E2E2E. Windows color (decimal): -10805499 or 335707. OLE color: 335707.

HSL color Cylindrical-coordinate representation of color #5B1F05: hue angle of 18.14º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B1F05 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 31 5 -
CMYK 0 0.66 0.95 0.64
HSL 18.14º 0.9% 0.19% -
HSV(B) 18.14º 0.95% 0.36% -
XYZ 4.83 3.22 0.51 -
YUV 45.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 91 31 5 0 0.66 0.95 0.64 18.14 0.9 0.19
Hex 5B 1F 5 0 42 5F 40 12 5A 13
Octal 133 37 5 0 102 137 100 22 132 23
Binary 1011011 11111 101 0 1000010 1011111 1000000 10010 1011010 10011

Color Harmonies of #5B1F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1F05

Black with #5B1F05

Text Example


Text Example

White with #5B1F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,31,5); }

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

background-color css

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

 a { background-color: rgb(91,31,5); }

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

border-color css

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

 span { border-color: rgb(91,31,5); }

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