#231208

Color #231208 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #231208

Tints of Wood Bark #231208

Color information

#231208 (or 0x231208) is unknown color: approx Wood Bark. HEX triplet: 23, 12 and 08. RGB value is (35,18,8). Sum of RGB (Red+Green+Blue) = 35+18+8=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #231208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231208 is #DCEDF7. Grayscale: #151515. Windows color (decimal): -14478840 or 528931. OLE color: 528931.

HSL color Cylindrical-coordinate representation of color #231208: hue angle of 22.22º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #231208 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.86.

Color convert

RGB35188-
CMYK00.490.770.86
HSL22.22º62.79%8.43%-
HSV(B)22.22º77.14%13.73%-
XYZ0.950.810.34-
YUV21.94120.13137.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 57.38%
GREEN value IS 18 (7.42% from 255) = 29.51%
BLUE value IS 8 (3.52% from 255) = 13.11%
R=57.38%
G=29.51%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3518800.490.770.8622.2262.798.43
Hex231280314D56163f8
Octal432210061115126267710
Binary100011100101000011000110011011010110101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231208; }

 p { color: rgb(35,18,8); }

 H1.HeaderClassName
 {
   color: #231208;
 }
 .AnyTagClassName
 {
   color: #231208;
 }
</style>
background-color css

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

 a { background-color: rgb(35,18,8); }

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

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

 span { border-color: rgb(35,18,8); }

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