Html Css Color HEX #533908 Baker's Chocolate

📋 copy color: '#533908'

red 83 ◦ green 57 ◦ blue 8

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

Shades of Baker's Chocolate #533908

Tints of Baker's Chocolate #533908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.51%

 BLUE value IS 8 (3.52% from 255) = 5.41%

R = 56.08%
G = 38.51%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#533908 (or 0x533908) is known color: Baker's Chocolate. HEX triplet: 53, 39 and 08. RGB value is (83,57,8). Sum of RGB (Red+Green+Blue) = 83+57+8=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #533908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533908 is #ACC6F7. Grayscale: #3B3B3B. Windows color (decimal): -11323128 or 538963. OLE color: 538963.

HSL color Cylindrical-coordinate representation of color #533908: hue angle of 39.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #533908 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 57 8 -
CMYK 0 0.31 0.90 0.67
HSL 39.2º 0.82% 0.18% -
HSV(B) 39.2º 0.9% 0.33% -
XYZ 5.07 4.78 0.89 -
YUV 59.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 83 57 8 0 0.31 0.90 0.67 39.2 0.82 0.18
Hex 53 39 8 0 1F 5A 43 27 52 12
Octal 123 71 10 0 37 132 103 47 122 22
Binary 1010011 111001 1000 0 11111 1011010 1000011 100111 1010010 10010

Color Harmonies of #533908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533908

Black with #533908

Text Example


Text Example

White with #533908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533908; }

 p { color: rgb(83,57,8); }

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

background-color css

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

 a { background-color: rgb(83,57,8); }

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

border-color css

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

 span { border-color: rgb(83,57,8); }

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