Html Css Color HEX #382923 Wood Bark

📋 copy color: '#382923'

red 56 ◦ green 41 ◦ blue 35

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

Shades of Wood Bark #382923

Tints of Wood Bark #382923

RGB

 RED value IS 56 (22.27% from 255) = 42.42%

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

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

R = 42.42%
G = 31.06%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#382923 (or 0x382923) is known color: Wood Bark. HEX triplet: 38, 29 and 23. RGB value is (56,41,35). Sum of RGB (Red+Green+Blue) = 56+41+35=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #382923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382923 is #C7D6DC. Grayscale: #2C2C2C. Windows color (decimal): -13096669 or 2304312. OLE color: 2304312.

HSL color Cylindrical-coordinate representation of color #382923: hue angle of 17.14º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382923 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 41 35 -
CMYK 0 0.27 0.37 0.78
HSL 17.14º 0.23% 0.18% -
HSV(B) 17.14º 0.38% 0.22% -
XYZ 2.73 2.55 1.94 -
YUV 44.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 56 41 35 0 0.27 0.37 0.78 17.14 0.23 0.18
Hex 38 29 23 0 1B 25 4E 11 17 12
Octal 70 51 43 0 33 45 116 21 27 22
Binary 111000 101001 100011 0 11011 100101 1001110 10001 10111 10010

Color Harmonies of #382923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382923

Black with #382923

Text Example


Text Example

White with #382923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382923; }

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

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

background-color css

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

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

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

border-color css

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

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

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