Html Css Color HEX #53330F Baker's Chocolate

📋 copy color: '#53330F'

red 83 ◦ green 51 ◦ blue 15

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

Shades of Baker's Chocolate #53330F

Tints of Baker's Chocolate #53330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.23%

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

R = 55.7%
G = 34.23%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53330F (or 0x53330F) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 0F. RGB value is (83,51,15). Sum of RGB (Red+Green+Blue) = 83+51+15=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53330F is #ACCCF0. Grayscale: #383838. Windows color (decimal): -11324657 or 996179. OLE color: 996179.

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

Color convert

RGB 83 51 15 -
CMYK 0 0.39 0.82 0.67
HSL 31.76º 0.69% 0.19% -
HSV(B) 31.76º 0.82% 0.33% -
XYZ 4.84 4.24 1.02 -
YUV 56.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 83 51 15 0 0.39 0.82 0.67 31.76 0.69 0.19
Hex 53 33 F 0 27 52 43 20 45 13
Octal 123 63 17 0 47 122 103 40 105 23
Binary 1010011 110011 1111 0 100111 1010010 1000011 100000 1000101 10011

Color Harmonies of #53330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53330F

Black with #53330F

Text Example


Text Example

White with #53330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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