Html Css Color HEX #533802 Baker's Chocolate

📋 copy color: '#533802'

red 83 ◦ green 56 ◦ blue 2

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

Shades of Baker's Chocolate #533802

Tints of Baker's Chocolate #533802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.72%

 BLUE value IS 2 (1.17% from 255) = 1.42%

R = 58.87%
G = 39.72%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#533802 (or 0x533802) is known color: Baker's Chocolate. HEX triplet: 53, 38 and 02. RGB value is (83,56,2). Sum of RGB (Red+Green+Blue) = 83+56+2=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #533802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533802 is #ACC7FD. Grayscale: #3A3A3A. Windows color (decimal): -11323390 or 145491. OLE color: 145491.

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

Color convert

RGB 83 56 2 -
CMYK 0 0.33 0.98 0.67
HSL 40º 0.95% 0.17% -
HSV(B) 40º 0.98% 0.33% -
XYZ 4.99 4.67 0.7 -
YUV 57.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 83 56 2 0 0.33 0.98 0.67 40 0.95 0.17
Hex 53 38 2 0 21 62 43 28 5F 11
Octal 123 70 2 0 41 142 103 50 137 21
Binary 1010011 111000 10 0 100001 1100010 1000011 101000 1011111 10001

Color Harmonies of #533802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533802

Black with #533802

Text Example


Text Example

White with #533802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533802; }

 p { color: rgb(83,56,2); }

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

background-color css

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

 a { background-color: rgb(83,56,2); }

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

border-color css

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

 span { border-color: rgb(83,56,2); }

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