Html Css Color HEX #533B0E Baker's Chocolate

📋 copy color: '#533B0E'

red 83 ◦ green 59 ◦ blue 14

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

Shades of Baker's Chocolate #533B0E

Tints of Baker's Chocolate #533B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.97%

R = 53.21%
G = 37.82%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#533B0E (or 0x533B0E) is known color: Baker's Chocolate. HEX triplet: 53, 3B and 0E. RGB value is (83,59,14). Sum of RGB (Red+Green+Blue) = 83+59+14=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #533B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B0E is #ACC4F1. Grayscale: #3D3D3D. Windows color (decimal): -11322610 or 932691. OLE color: 932691.

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

Color convert

RGB 83 59 14 -
CMYK 0 0.29 0.83 0.67
HSL 39.13º 0.71% 0.19% -
HSV(B) 39.13º 0.83% 0.33% -
XYZ 5.21 5 1.11 -
YUV 61.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 83 59 14 0 0.29 0.83 0.67 39.13 0.71 0.19
Hex 53 3B E 0 1D 53 43 27 47 13
Octal 123 73 16 0 35 123 103 47 107 23
Binary 1010011 111011 1110 0 11101 1010011 1000011 100111 1000111 10011

Color Harmonies of #533B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B0E

Black with #533B0E

Text Example


Text Example

White with #533B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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