Html Css Color HEX #533A07 Baker's Chocolate

📋 copy color: '#533A07'

red 83 ◦ green 58 ◦ blue 7

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

Shades of Baker's Chocolate #533A07

Tints of Baker's Chocolate #533A07

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.19%

 BLUE value IS 7 (3.13% from 255) = 4.73%

R = 56.08%
G = 39.19%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#533A07 (or 0x533A07) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 07. RGB value is (83,58,7). Sum of RGB (Red+Green+Blue) = 83+58+7=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #533A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A07 is #ACC5F8. Grayscale: #3B3B3B. Windows color (decimal): -11322873 or 473683. OLE color: 473683.

HSL color Cylindrical-coordinate representation of color #533A07: hue angle of 40.26º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #533A07 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 58 7 -
CMYK 0 0.30 0.92 0.67
HSL 40.26º 0.84% 0.18% -
HSV(B) 40.26º 0.92% 0.33% -
XYZ 5.12 4.88 0.87 -
YUV 59.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 83 58 7 0 0.30 0.92 0.67 40.26 0.84 0.18
Hex 53 3A 7 0 1E 5C 43 28 54 12
Octal 123 72 7 0 36 134 103 50 124 22
Binary 1010011 111010 111 0 11110 1011100 1000011 101000 1010100 10010

Color Harmonies of #533A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A07

Black with #533A07

Text Example


Text Example

White with #533A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,58,7); }

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

background-color css

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

 a { background-color: rgb(83,58,7); }

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

border-color css

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

 span { border-color: rgb(83,58,7); }

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