Html Css Color HEX #533303 Baker's Chocolate

📋 copy color: '#533303'

red 83 ◦ green 51 ◦ blue 3

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

Shades of Baker's Chocolate #533303

Tints of Baker's Chocolate #533303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.19%

R = 60.58%
G = 37.23%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#533303 (or 0x533303) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 03. RGB value is (83,51,3). Sum of RGB (Red+Green+Blue) = 83+51+3=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #533303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533303 is #ACCCFC. Grayscale: #373737. Windows color (decimal): -11324669 or 209747. OLE color: 209747.

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

Color convert

RGB 83 51 3 -
CMYK 0 0.39 0.96 0.67
HSL 36º 0.93% 0.17% -
HSV(B) 36º 0.96% 0.33% -
XYZ 4.77 4.21 0.65 -
YUV 55.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 83 51 3 0 0.39 0.96 0.67 36 0.93 0.17
Hex 53 33 3 0 27 60 43 24 5D 11
Octal 123 63 3 0 47 140 103 44 135 21
Binary 1010011 110011 11 0 100111 1100000 1000011 100100 1011101 10001

Color Harmonies of #533303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533303

Black with #533303

Text Example


Text Example

White with #533303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533303; }

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

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

background-color css

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

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

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

border-color css

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

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

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