Html Css Color HEX #283520 Black Forest

📋 copy color: '#283520'

red 40 ◦ green 53 ◦ blue 32

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

Shades of Black Forest #283520

Tints of Black Forest #283520

RGB

 RED value IS 40 (16.02% from 255) = 32%

 GREEN value IS 53 (21.09% from 255) = 42.4%

 BLUE value IS 32 (12.89% from 255) = 25.6%

R = 32%
G = 42.4%
B = 25.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#283520 (or 0x283520) is known color: Black Forest. HEX triplet: 28, 35 and 20. RGB value is (40,53,32). Sum of RGB (Red+Green+Blue) = 40+53+32=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #283520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283520 is #D7CADF. Grayscale: #2E2E2E. Windows color (decimal): -14142176 or 2110760. OLE color: 2110760.

HSL color Cylindrical-coordinate representation of color #283520: hue angle of 97.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #283520 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 53 32 -
CMYK 0.25 0 0.40 0.79
HSL 97.14º 0.25% 0.17% -
HSV(B) 97.14º 0.4% 0.21% -
XYZ 2.41 3.1 1.84 -
YUV 46.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 40 53 32 0.25 0 0.40 0.79 97.14 0.25 0.17
Hex 28 35 20 19 0 28 4F 61 19 11
Octal 50 65 40 31 0 50 117 141 31 21
Binary 101000 110101 100000 11001 0 101000 1001111 1100001 11001 10001

Color Harmonies of #283520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283520

Black with #283520

Text Example


Text Example

White with #283520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283520; }

 p { color: rgb(40,53,32); }

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

background-color css

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

 a { background-color: rgb(40,53,32); }

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

border-color css

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

 span { border-color: rgb(40,53,32); }

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