Html Css Color HEX #563F1D Deep Bronze

📋 copy color: '#563F1D'

red 86 ◦ green 63 ◦ blue 29

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

Shades of Deep Bronze #563F1D

Tints of Deep Bronze #563F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.29%

R = 48.31%
G = 35.39%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#563F1D (or 0x563F1D) is known color: Deep Bronze. HEX triplet: 56, 3F and 1D. RGB value is (86,63,29). Sum of RGB (Red+Green+Blue) = 86+63+29=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #563F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F1D is #A9C0E2. Grayscale: #424242. Windows color (decimal): -11124963 or 1916758. OLE color: 1916758.

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

Color convert

RGB 86 63 29 -
CMYK 0 0.27 0.66 0.66
HSL 35.79º 0.5% 0.23% -
HSV(B) 35.79º 0.66% 0.34% -
XYZ 5.84 5.62 1.94 -
YUV 66 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 86 63 29 0 0.27 0.66 0.66 35.79 0.5 0.23
Hex 56 3F 1D 0 1B 42 42 24 32 17
Octal 126 77 35 0 33 102 102 44 62 27
Binary 1010110 111111 11101 0 11011 1000010 1000010 100100 110010 10111

Color Harmonies of #563F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F1D

Black with #563F1D

Text Example


Text Example

White with #563F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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