Html Css Color HEX #241710 Wood Bark

📋 copy color: '#241710'

red 36 ◦ green 23 ◦ blue 16

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

Shades of Wood Bark #241710

Tints of Wood Bark #241710

RGB

 RED value IS 36 (14.45% from 255) = 48%

 GREEN value IS 23 (9.38% from 255) = 30.67%

 BLUE value IS 16 (6.64% from 255) = 21.33%

R = 48%
G = 30.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#241710 (or 0x241710) is known color: Wood Bark. HEX triplet: 24, 17 and 10. RGB value is (36,23,16). Sum of RGB (Red+Green+Blue) = 36+23+16=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #241710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241710 is #DBE8EF. Grayscale: #1A1A1A. Windows color (decimal): -14412016 or 1054500. OLE color: 1054500.

HSL color Cylindrical-coordinate representation of color #241710: hue angle of 21º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241710 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 23 16 -
CMYK 0 0.36 0.56 0.86
HSL 21º 0.38% 0.1% -
HSV(B) 21º 0.56% 0.14% -
XYZ 1.13 1.03 0.63 -
YUV 26.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 36 23 16 0 0.36 0.56 0.86 21 0.38 0.1
Hex 24 17 10 0 24 38 56 15 26 A
Octal 44 27 20 0 44 70 126 25 46 12
Binary 100100 10111 10000 0 100100 111000 1010110 10101 100110 1010

Color Harmonies of #241710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241710

Black with #241710

Text Example


Text Example

White with #241710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241710; }

 p { color: rgb(36,23,16); }

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

background-color css

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

 a { background-color: rgb(36,23,16); }

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

border-color css

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

 span { border-color: rgb(36,23,16); }

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