Html Css Color HEX #522A0F Baker's Chocolate

📋 copy color: '#522A0F'

red 82 ◦ green 42 ◦ blue 15

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

Shades of Baker's Chocolate #522A0F

Tints of Baker's Chocolate #522A0F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.22%

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

R = 58.99%
G = 30.22%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#522A0F (or 0x522A0F) is known color: Baker's Chocolate. HEX triplet: 52, 2A and 0F. RGB value is (82,42,15). Sum of RGB (Red+Green+Blue) = 82+42+15=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #522A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522A0F is #ADD5F0. Grayscale: #333333. Windows color (decimal): -11392497 or 993874. OLE color: 993874.

HSL color Cylindrical-coordinate representation of color #522A0F: hue angle of 24.18º 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 #522A0F is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 42 15 -
CMYK 0 0.49 0.82 0.68
HSL 24.18º 0.69% 0.19% -
HSV(B) 24.18º 0.82% 0.32% -
XYZ 4.39 3.48 0.89 -
YUV 50.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 82 42 15 0 0.49 0.82 0.68 24.18 0.69 0.19
Hex 52 2A F 0 31 52 44 18 45 13
Octal 122 52 17 0 61 122 104 30 105 23
Binary 1010010 101010 1111 0 110001 1010010 1000100 11000 1000101 10011

Color Harmonies of #522A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522A0F

Black with #522A0F

Text Example


Text Example

White with #522A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522A0F; }

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

 H1.HeaderClassName
 {
   color: #522A0F;
 }
 .AnyTagClassName
 {
   color: #522A0F;
 }
</style>

background-color css

<style>
 a { background-color: #522A0F; }

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

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

border-color css

<style>
 span { border-color: #522A0F; }

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

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