Html Css Color HEX #54230D Baker's Chocolate

📋 copy color: '#54230D'

red 84 ◦ green 35 ◦ blue 13

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

Shades of Baker's Chocolate #54230D

Tints of Baker's Chocolate #54230D

RGB

 RED value IS 84 (33.2% from 255) = 63.64%

 GREEN value IS 35 (14.06% from 255) = 26.52%

 BLUE value IS 13 (5.47% from 255) = 9.85%

R = 63.64%
G = 26.52%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54230D (or 0x54230D) is known color: Baker's Chocolate. HEX triplet: 54, 23 and 0D. RGB value is (84,35,13). Sum of RGB (Red+Green+Blue) = 84+35+13=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54230D is #ABDCF2. Grayscale: #2F2F2F. Windows color (decimal): -11263219 or 861012. OLE color: 861012.

HSL color Cylindrical-coordinate representation of color #54230D: hue angle of 18.59º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54230D is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 35 13 -
CMYK 0 0.58 0.85 0.67
HSL 18.59º 0.73% 0.19% -
HSV(B) 18.59º 0.85% 0.33% -
XYZ 4.33 3.12 0.75 -
YUV 47.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 84 35 13 0 0.58 0.85 0.67 18.59 0.73 0.19
Hex 54 23 D 0 3A 55 43 13 49 13
Octal 124 43 15 0 72 125 103 23 111 23
Binary 1010100 100011 1101 0 111010 1010101 1000011 10011 1001001 10011

Color Harmonies of #54230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54230D

Black with #54230D

Text Example


Text Example

White with #54230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54230D; }

 p { color: rgb(84,35,13); }

 H1.HeaderClassName
 {
   color: #54230D;
 }
 .AnyTagClassName
 {
   color: #54230D;
 }
</style>

background-color css

<style>
 a { background-color: #54230D; }

 a { background-color: rgb(84,35,13); }

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

border-color css

<style>
 span { border-color: #54230D; }

 span { border-color: rgb(84,35,13); }

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