Html Css Color HEX #23150D Wood Bark

📋 copy color: '#23150D'

red 35 ◦ green 21 ◦ blue 13

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

Shades of Wood Bark #23150D

Tints of Wood Bark #23150D

RGB

 RED value IS 35 (14.06% from 255) = 50.72%

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

 BLUE value IS 13 (5.47% from 255) = 18.84%

R = 50.72%
G = 30.43%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#23150D (or 0x23150D) is known color: Wood Bark. HEX triplet: 23, 15 and 0D. RGB value is (35,21,13). Sum of RGB (Red+Green+Blue) = 35+21+13=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #23150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23150D is #DCEAF2. Grayscale: #181818. Windows color (decimal): -14478067 or 857379. OLE color: 857379.

HSL color Cylindrical-coordinate representation of color #23150D: hue angle of 21.82º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23150D is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 21 13 -
CMYK 0 0.40 0.63 0.86
HSL 21.82º 0.46% 0.09% -
HSV(B) 21.82º 0.63% 0.14% -
XYZ 1.03 0.92 0.5 -
YUV 24.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 35 21 13 0 0.40 0.63 0.86 21.82 0.46 0.09
Hex 23 15 D 0 28 3F 56 16 2E 9
Octal 43 25 15 0 50 77 126 26 56 11
Binary 100011 10101 1101 0 101000 111111 1010110 10110 101110 1001

Color Harmonies of #23150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23150D

Black with #23150D

Text Example


Text Example

White with #23150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23150D; }

 p { color: rgb(35,21,13); }

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

background-color css

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

 a { background-color: rgb(35,21,13); }

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

border-color css

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

 span { border-color: rgb(35,21,13); }

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