Html Css Color HEX #533703 Baker's Chocolate

📋 copy color: '#533703'

red 83 ◦ green 55 ◦ blue 3

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

Shades of Baker's Chocolate #533703

Tints of Baker's Chocolate #533703

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.01%

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

R = 58.87%
G = 39.01%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#533703 (or 0x533703) is known color: Baker's Chocolate. HEX triplet: 53, 37 and 03. RGB value is (83,55,3). Sum of RGB (Red+Green+Blue) = 83+55+3=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #533703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533703 is #ACC8FC. Grayscale: #393939. Windows color (decimal): -11323645 or 210771. OLE color: 210771.

HSL color Cylindrical-coordinate representation of color #533703: hue angle of 39º 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 #533703 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 3 -
CMYK 0 0.34 0.96 0.67
HSL 39º 0.93% 0.17% -
HSV(B) 39º 0.96% 0.33% -
XYZ 4.95 4.58 0.71 -
YUV 57.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 83 55 3 0 0.34 0.96 0.67 39 0.93 0.17
Hex 53 37 3 0 22 60 43 27 5D 11
Octal 123 67 3 0 42 140 103 47 135 21
Binary 1010011 110111 11 0 100010 1100000 1000011 100111 1011101 10001

Color Harmonies of #533703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533703

Black with #533703

Text Example


Text Example

White with #533703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533703; }

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

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

background-color css

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

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

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

border-color css

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

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

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