Html Css Color HEX #241610 Wood Bark

📋 copy color: '#241610'

red 36 ◦ green 22 ◦ blue 16

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

Shades of Wood Bark #241610

Tints of Wood Bark #241610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 29.73%

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

R = 48.65%
G = 29.73%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#241610 (or 0x241610) is known color: Wood Bark. HEX triplet: 24, 16 and 10. RGB value is (36,22,16). Sum of RGB (Red+Green+Blue) = 36+22+16=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #241610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241610 is #DBE9EF. Grayscale: #191919. Windows color (decimal): -14412272 or 1054244. OLE color: 1054244.

HSL color Cylindrical-coordinate representation of color #241610: hue angle of 18º 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 #241610 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 22 16 -
CMYK 0 0.39 0.56 0.86
HSL 18º 0.38% 0.1% -
HSV(B) 18º 0.56% 0.14% -
XYZ 1.11 0.99 0.62 -
YUV 25.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 36 22 16 0 0.39 0.56 0.86 18 0.38 0.1
Hex 24 16 10 0 27 38 56 12 26 A
Octal 44 26 20 0 47 70 126 22 46 12
Binary 100100 10110 10000 0 100111 111000 1010110 10010 100110 1010

Color Harmonies of #241610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241610

Black with #241610

Text Example


Text Example

White with #241610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241610; }

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

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

background-color css

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

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

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

border-color css

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

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

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