Html Css Color HEX #53380F Baker's Chocolate

📋 copy color: '#53380F'

red 83 ◦ green 56 ◦ blue 15

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

Shades of Baker's Chocolate #53380F

Tints of Baker's Chocolate #53380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.36%

 BLUE value IS 15 (6.25% from 255) = 9.74%

R = 53.9%
G = 36.36%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53380F (or 0x53380F) is known color: Baker's Chocolate. HEX triplet: 53, 38 and 0F. RGB value is (83,56,15). Sum of RGB (Red+Green+Blue) = 83+56+15=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #53380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53380F is #ACC7F0. Grayscale: #3B3B3B. Windows color (decimal): -11323377 or 997459. OLE color: 997459.

HSL color Cylindrical-coordinate representation of color #53380F: hue angle of 36.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53380F is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 56 15 -
CMYK 0 0.33 0.82 0.67
HSL 36.18º 0.69% 0.19% -
HSV(B) 36.18º 0.82% 0.33% -
XYZ 5.07 4.7 1.09 -
YUV 59.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 83 56 15 0 0.33 0.82 0.67 36.18 0.69 0.19
Hex 53 38 F 0 21 52 43 24 45 13
Octal 123 70 17 0 41 122 103 44 105 23
Binary 1010011 111000 1111 0 100001 1010010 1000011 100100 1000101 10011

Color Harmonies of #53380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53380F

Black with #53380F

Text Example


Text Example

White with #53380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53380F; }

 p { color: rgb(83,56,15); }

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

background-color css

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

 a { background-color: rgb(83,56,15); }

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

border-color css

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

 span { border-color: rgb(83,56,15); }

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