Html Css Color HEX #53230D Baker's Chocolate

📋 copy color: '#53230D'

red 83 ◦ green 35 ◦ blue 13

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

Shades of Baker's Chocolate #53230D

Tints of Baker's Chocolate #53230D

RGB

 RED value IS 83 (32.81% from 255) = 63.36%

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

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

R = 63.36%
G = 26.72%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53230D (or 0x53230D) is known color: Baker's Chocolate. HEX triplet: 53, 23 and 0D. RGB value is (83,35,13). Sum of RGB (Red+Green+Blue) = 83+35+13=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53230D is #ACDCF2. Grayscale: #2E2E2E. Windows color (decimal): -11328755 or 861011. OLE color: 861011.

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

Color convert

RGB 83 35 13 -
CMYK 0 0.58 0.84 0.67
HSL 18.86º 0.73% 0.19% -
HSV(B) 18.86º 0.84% 0.33% -
XYZ 4.24 3.07 0.75 -
YUV 46.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 83 35 13 0 0.58 0.84 0.67 18.86 0.73 0.19
Hex 53 23 D 0 3A 54 43 13 49 13
Octal 123 43 15 0 72 124 103 23 111 23
Binary 1010011 100011 1101 0 111010 1010100 1000011 10011 1001001 10011

Color Harmonies of #53230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53230D

Black with #53230D

Text Example


Text Example

White with #53230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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