#231004

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

Shades of Wood Bark #231004

Tints of Wood Bark #231004

Color information

#231004 (or 0x231004) is unknown color: approx Wood Bark. HEX triplet: 23, 10 and 04. RGB value is (35,16,4). Sum of RGB (Red+Green+Blue) = 35+16+4=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #231004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231004 is #DCEFFB. Grayscale: #141414. Windows color (decimal): -14479356 or 266275. OLE color: 266275.

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

Color convert

RGB35164-
CMYK00.540.890.86
HSL23.23º79.49%7.65%-
HSV(B)23.23º88.57%13.73%-
XYZ0.90.740.21-
YUV20.31118.79138.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 63.64%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 4 (1.95% from 255) = 7.27%
R=63.64%
G=29.09%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3516400.540.890.8623.2379.497.65
Hex231040365956174f8
Octal432040661311262711710
Binary100011100001000110110101100110101101011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231004; }

 p { color: rgb(35,16,4); }

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

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

 a { background-color: rgb(35,16,4); }

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

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

 span { border-color: rgb(35,16,4); }

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