Html Css Color HEX #332923 Wood Bark

📋 copy color: '#332923'

red 51 ◦ green 41 ◦ blue 35

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

Shades of Wood Bark #332923

Tints of Wood Bark #332923

RGB

 RED value IS 51 (20.31% from 255) = 40.16%

 GREEN value IS 41 (16.41% from 255) = 32.28%

 BLUE value IS 35 (14.06% from 255) = 27.56%

R = 40.16%
G = 32.28%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.8

RGB Variations

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

Color information

#332923 (or 0x332923) is known color: Wood Bark. HEX triplet: 33, 29 and 23. RGB value is (51,41,35). Sum of RGB (Red+Green+Blue) = 51+41+35=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #332923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332923 is #CCD6DC. Grayscale: #2B2B2B. Windows color (decimal): -13424349 or 2304307. OLE color: 2304307.

HSL color Cylindrical-coordinate representation of color #332923: hue angle of 22.5º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #332923 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 41 35 -
CMYK 0 0.20 0.31 0.8
HSL 22.5º 0.19% 0.17% -
HSV(B) 22.5º 0.31% 0.2% -
XYZ 2.46 2.41 1.93 -
YUV 43.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 51 41 35 0 0.20 0.31 0.8 22.5 0.19 0.17
Hex 33 29 23 0 14 1F 50 16 13 11
Octal 63 51 43 0 24 37 120 26 23 21
Binary 110011 101001 100011 0 10100 11111 1010000 10110 10011 10001

Color Harmonies of #332923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332923

Black with #332923

Text Example


Text Example

White with #332923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332923; }

 p { color: rgb(51,41,35); }

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

background-color css

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

 a { background-color: rgb(51,41,35); }

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

border-color css

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

 span { border-color: rgb(51,41,35); }

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