Html Css Color HEX #53250D Baker's Chocolate

📋 copy color: '#53250D'

red 83 ◦ green 37 ◦ blue 13

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

Shades of Baker's Chocolate #53250D

Tints of Baker's Chocolate #53250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.82%

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

R = 62.41%
G = 27.82%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53250D (or 0x53250D) is known color: Baker's Chocolate. HEX triplet: 53, 25 and 0D. RGB value is (83,37,13). Sum of RGB (Red+Green+Blue) = 83+37+13=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53250D is #ACDAF2. Grayscale: #303030. Windows color (decimal): -11328243 or 861523. OLE color: 861523.

HSL color Cylindrical-coordinate representation of color #53250D: hue angle of 20.57º 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 #53250D is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 13 -
CMYK 0 0.55 0.84 0.67
HSL 20.57º 0.73% 0.19% -
HSV(B) 20.57º 0.84% 0.33% -
XYZ 4.3 3.19 0.77 -
YUV 48.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 83 37 13 0 0.55 0.84 0.67 20.57 0.73 0.19
Hex 53 25 D 0 37 54 43 15 49 13
Octal 123 45 15 0 67 124 103 25 111 23
Binary 1010011 100101 1101 0 110111 1010100 1000011 10101 1001001 10011

Color Harmonies of #53250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53250D

Black with #53250D

Text Example


Text Example

White with #53250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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