Html Css Color HEX #53250F Baker's Chocolate

📋 copy color: '#53250F'

red 83 ◦ green 37 ◦ blue 15

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

Shades of Baker's Chocolate #53250F

Tints of Baker's Chocolate #53250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 61.48%
G = 27.41%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53250F (or 0x53250F) is known color: Baker's Chocolate. HEX triplet: 53, 25 and 0F. RGB value is (83,37,15). Sum of RGB (Red+Green+Blue) = 83+37+15=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53250F is #ACDAF0. Grayscale: #303030. Windows color (decimal): -11328241 or 992595. OLE color: 992595.

HSL color Cylindrical-coordinate representation of color #53250F: hue angle of 19.41º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53250F is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 15 -
CMYK 0 0.55 0.82 0.67
HSL 19.41º 0.69% 0.19% -
HSV(B) 19.41º 0.82% 0.33% -
XYZ 4.32 3.2 0.84 -
YUV 48.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 83 37 15 0 0.55 0.82 0.67 19.41 0.69 0.19
Hex 53 25 F 0 37 52 43 13 45 13
Octal 123 45 17 0 67 122 103 23 105 23
Binary 1010011 100101 1111 0 110111 1010010 1000011 10011 1000101 10011

Color Harmonies of #53250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53250F

Black with #53250F

Text Example


Text Example

White with #53250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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