Html Css Color HEX #53290F Baker's Chocolate

📋 copy color: '#53290F'

red 83 ◦ green 41 ◦ blue 15

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

Shades of Baker's Chocolate #53290F

Tints of Baker's Chocolate #53290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.5%

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

R = 59.71%
G = 29.5%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53290F (or 0x53290F) is known color: Baker's Chocolate. HEX triplet: 53, 29 and 0F. RGB value is (83,41,15). Sum of RGB (Red+Green+Blue) = 83+41+15=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #53290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53290F is #ACD6F0. Grayscale: #323232. Windows color (decimal): -11327217 or 993619. OLE color: 993619.

HSL color Cylindrical-coordinate representation of color #53290F: hue angle of 22.94º 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 #53290F is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 41 15 -
CMYK 0 0.51 0.82 0.67
HSL 22.94º 0.69% 0.19% -
HSV(B) 22.94º 0.82% 0.33% -
XYZ 4.45 3.46 0.89 -
YUV 50.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 83 41 15 0 0.51 0.82 0.67 22.94 0.69 0.19
Hex 53 29 F 0 33 52 43 17 45 13
Octal 123 51 17 0 63 122 103 27 105 23
Binary 1010011 101001 1111 0 110011 1010010 1000011 10111 1000101 10011

Color Harmonies of #53290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53290F

Black with #53290F

Text Example


Text Example

White with #53290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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