Html Css Color HEX #28150B Wood Bark

📋 copy color: '#28150B'

red 40 ◦ green 21 ◦ blue 11

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

Shades of Wood Bark #28150B

Tints of Wood Bark #28150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 29.17%

 BLUE value IS 11 (4.69% from 255) = 15.28%

R = 55.56%
G = 29.17%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.84

RGB Variations

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

Color information

#28150B (or 0x28150B) is known color: Wood Bark. HEX triplet: 28, 15 and 0B. RGB value is (40,21,11). Sum of RGB (Red+Green+Blue) = 40+21+11=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28150B is #D7EAF4. Grayscale: #191919. Windows color (decimal): -14150389 or 726312. OLE color: 726312.

HSL color Cylindrical-coordinate representation of color #28150B: hue angle of 20.69º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28150B is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 21 11 -
CMYK 0 0.48 0.72 0.84
HSL 20.69º 0.57% 0.1% -
HSV(B) 20.69º 0.73% 0.16% -
XYZ 1.2 1.01 0.45 -
YUV 25.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 40 21 11 0 0.48 0.72 0.84 20.69 0.57 0.1
Hex 28 15 B 0 30 48 54 15 39 A
Octal 50 25 13 0 60 110 124 25 71 12
Binary 101000 10101 1011 0 110000 1001000 1010100 10101 111001 1010

Color Harmonies of #28150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28150B

Black with #28150B

Text Example


Text Example

White with #28150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28150B; }

 p { color: rgb(40,21,11); }

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

background-color css

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

 a { background-color: rgb(40,21,11); }

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

border-color css

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

 span { border-color: rgb(40,21,11); }

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