Html Css Color HEX #533307 Baker's Chocolate

📋 copy color: '#533307'

red 83 ◦ green 51 ◦ blue 7

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

Shades of Baker's Chocolate #533307

Tints of Baker's Chocolate #533307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.96%

R = 58.87%
G = 36.17%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#533307 (or 0x533307) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 07. RGB value is (83,51,7). Sum of RGB (Red+Green+Blue) = 83+51+7=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #533307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533307 is #ACCCF8. Grayscale: #373737. Windows color (decimal): -11324665 or 471891. OLE color: 471891.

HSL color Cylindrical-coordinate representation of color #533307: hue angle of 34.74º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #533307 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 51 7 -
CMYK 0 0.39 0.92 0.67
HSL 34.74º 0.84% 0.18% -
HSV(B) 34.74º 0.92% 0.33% -
XYZ 4.79 4.22 0.76 -
YUV 55.55 100.6 147.58 -
System Red Green Blue C M Y K H S L
Decimal 83 51 7 0 0.39 0.92 0.67 34.74 0.84 0.18
Hex 53 33 7 0 27 5C 43 23 54 12
Octal 123 63 7 0 47 134 103 43 124 22
Binary 1010011 110011 111 0 100111 1011100 1000011 100011 1010100 10010

Color Harmonies of #533307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533307

Black with #533307

Text Example


Text Example

White with #533307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533307; }

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

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

background-color css

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

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

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

border-color css

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

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

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