Html Css Color HEX #533B06 Baker's Chocolate

📋 copy color: '#533B06'

red 83 ◦ green 59 ◦ blue 6

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

Shades of Baker's Chocolate #533B06

Tints of Baker's Chocolate #533B06

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.86%

 BLUE value IS 6 (2.73% from 255) = 4.05%

R = 56.08%
G = 39.86%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#533B06 (or 0x533B06) is known color: Baker's Chocolate. HEX triplet: 53, 3B and 06. RGB value is (83,59,6). Sum of RGB (Red+Green+Blue) = 83+59+6=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #533B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B06 is #ACC4F9. Grayscale: #3C3C3C. Windows color (decimal): -11322618 or 408403. OLE color: 408403.

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

Color convert

RGB 83 59 6 -
CMYK 0 0.29 0.93 0.67
HSL 41.3º 0.87% 0.17% -
HSV(B) 41.3º 0.93% 0.33% -
XYZ 5.16 4.98 0.86 -
YUV 60.13 97.45 144.31 -
System Red Green Blue C M Y K H S L
Decimal 83 59 6 0 0.29 0.93 0.67 41.3 0.87 0.17
Hex 53 3B 6 0 1D 5D 43 29 57 11
Octal 123 73 6 0 35 135 103 51 127 21
Binary 1010011 111011 110 0 11101 1011101 1000011 101001 1010111 10001

Color Harmonies of #533B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B06

Black with #533B06

Text Example


Text Example

White with #533B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533B06; }

 p { color: rgb(83,59,6); }

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

background-color css

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

 a { background-color: rgb(83,59,6); }

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

border-color css

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

 span { border-color: rgb(83,59,6); }

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