#533601

Color #533601 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #533601

Tints of Baker's Chocolate #533601

Color information

#533601 (or 0x533601) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 36 and 01. RGB value is (83,54,1). Sum of RGB (Red+Green+Blue) = 83+54+1=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #533601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533601 is #ACC9FE. Grayscale: #383838. Windows color (decimal): -11323903 or 79443. OLE color: 79443.

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

Color convert

RGB83541-
CMYK00.350.990.67
HSL38.78º97.62%16.47%-
HSV(B)38.78º98.8%32.55%-
XYZ4.894.480.64-
YUV56.6396.61146.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.14%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=60.14%
G=39.13%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8354100.350.990.6738.7897.6216.47
Hex533610236343276210
Octal1236610431431034714220
Binary10100111101101010001111000111000011100111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533601; }

 p { color: rgb(83,54,1); }

 H1.HeaderClassName
 {
   color: #533601;
 }
 .AnyTagClassName
 {
   color: #533601;
 }
</style>
background-color css

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

 a { background-color: rgb(83,54,1); }

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

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

 span { border-color: rgb(83,54,1); }

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