Html Css Color HEX #52360F Baker's Chocolate

📋 copy color: '#52360F'

red 82 ◦ green 54 ◦ blue 15

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

Shades of Baker's Chocolate #52360F

Tints of Baker's Chocolate #52360F

RGB

 RED value IS 82 (32.42% from 255) = 54.3%

 GREEN value IS 54 (21.48% from 255) = 35.76%

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

R = 54.3%
G = 35.76%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52360F (or 0x52360F) is known color: Baker's Chocolate. HEX triplet: 52, 36 and 0F. RGB value is (82,54,15). Sum of RGB (Red+Green+Blue) = 82+54+15=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #52360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52360F is #ADC9F0. Grayscale: #3A3A3A. Windows color (decimal): -11389425 or 996946. OLE color: 996946.

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

Color convert

RGB 82 54 15 -
CMYK 0 0.34 0.82 0.68
HSL 34.93º 0.69% 0.19% -
HSV(B) 34.93º 0.82% 0.32% -
XYZ 4.89 4.47 1.06 -
YUV 57.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 82 54 15 0 0.34 0.82 0.68 34.93 0.69 0.19
Hex 52 36 F 0 22 52 44 23 45 13
Octal 122 66 17 0 42 122 104 43 105 23
Binary 1010010 110110 1111 0 100010 1010010 1000100 100011 1000101 10011

Color Harmonies of #52360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52360F

Black with #52360F

Text Example


Text Example

White with #52360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,54,15); }

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

background-color css

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

 a { background-color: rgb(82,54,15); }

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

border-color css

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

 span { border-color: rgb(82,54,15); }

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