Html Css Color HEX #533601 Baker's Chocolate

📋 copy color: '#533601'

red 83 ◦ green 54 ◦ blue 1

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

Shades of Baker's Chocolate #533601

Tints of Baker's Chocolate #533601

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 value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#533601 (or 0x533601) is known color: 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

RGB 83 54 1 -
CMYK 0 0.35 0.99 0.67
HSL 38.78º 0.98% 0.16% -
HSV(B) 38.78º 0.99% 0.33% -
XYZ 4.89 4.48 0.64 -
YUV 56.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 83 54 1 0 0.35 0.99 0.67 38.78 0.98 0.16
Hex 53 36 1 0 23 63 43 27 62 10
Octal 123 66 1 0 43 143 103 47 142 20
Binary 1010011 110110 1 0 100011 1100011 1000011 100111 1100010 10000

Color Harmonies of #533601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533601

Black with #533601

Text Example


Text Example

White with #533601

Text Example


Text Example

HTML Codes & Css Web 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>