Html Css Color HEX #563F1C Deep Bronze

📋 copy color: '#563F1C'

red 86 ◦ green 63 ◦ blue 28

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

Shades of Deep Bronze #563F1C

Tints of Deep Bronze #563F1C

RGB

 RED value IS 86 (33.98% from 255) = 48.59%

 GREEN value IS 63 (25% from 255) = 35.59%

 BLUE value IS 28 (11.33% from 255) = 15.82%

R = 48.59%
G = 35.59%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#563F1C (or 0x563F1C) is known color: Deep Bronze. HEX triplet: 56, 3F and 1C. RGB value is (86,63,28). Sum of RGB (Red+Green+Blue) = 86+63+28=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #563F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F1C is #A9C0E3. Grayscale: #424242. Windows color (decimal): -11124964 or 1851222. OLE color: 1851222.

HSL color Cylindrical-coordinate representation of color #563F1C: hue angle of 36.21º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #563F1C is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 63 28 -
CMYK 0 0.27 0.67 0.66
HSL 36.21º 0.51% 0.22% -
HSV(B) 36.21º 0.67% 0.34% -
XYZ 5.82 5.62 1.88 -
YUV 65.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 86 63 28 0 0.27 0.67 0.66 36.21 0.51 0.22
Hex 56 3F 1C 0 1B 43 42 24 33 16
Octal 126 77 34 0 33 103 102 44 63 26
Binary 1010110 111111 11100 0 11011 1000011 1000010 100100 110011 10110

Color Harmonies of #563F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F1C

Black with #563F1C

Text Example


Text Example

White with #563F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563F1C; }

 p { color: rgb(86,63,28); }

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

background-color css

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

 a { background-color: rgb(86,63,28); }

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

border-color css

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

 span { border-color: rgb(86,63,28); }

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