Html Css Color HEX #5D270A Baker's Chocolate

📋 copy color: '#5D270A'

red 93 ◦ green 39 ◦ blue 10

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

Shades of Baker's Chocolate #5D270A

Tints of Baker's Chocolate #5D270A

RGB

 RED value IS 93 (36.72% from 255) = 65.49%

 GREEN value IS 39 (15.63% from 255) = 27.46%

 BLUE value IS 10 (4.3% from 255) = 7.04%

R = 65.49%
G = 27.46%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.64

RGB Variations

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

Color information

#5D270A (or 0x5D270A) is known color: Baker's Chocolate. HEX triplet: 5D, 27 and 0A. RGB value is (93,39,10). Sum of RGB (Red+Green+Blue) = 93+39+10=142 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.49% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 93 - color contains mainly: red. Hex color #5D270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D270A is #A2D8F5. Grayscale: #343434. Windows color (decimal): -10672374 or 665437. OLE color: 665437.

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

Color convert

RGB 93 39 10 -
CMYK 0 0.58 0.89 0.64
HSL 20.96º 0.81% 0.2% -
HSV(B) 20.96º 0.89% 0.36% -
XYZ 5.29 3.8 0.74 -
YUV 51.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 93 39 10 0 0.58 0.89 0.64 20.96 0.81 0.2
Hex 5D 27 A 0 3A 59 40 15 51 14
Octal 135 47 12 0 72 131 100 25 121 24
Binary 1011101 100111 1010 0 111010 1011001 1000000 10101 1010001 10100

Color Harmonies of #5D270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D270A

Black with #5D270A

Text Example


Text Example

White with #5D270A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,39,10); }

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

background-color css

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

 a { background-color: rgb(93,39,10); }

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

border-color css

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

 span { border-color: rgb(93,39,10); }

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