Html Css Color HEX #382822 Brown Pod

📋 copy color: '#382822'

red 56 ◦ green 40 ◦ blue 34

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

Shades of Brown Pod #382822

Tints of Brown Pod #382822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.77%

 BLUE value IS 34 (13.67% from 255) = 26.15%

R = 43.08%
G = 30.77%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.78

RGB Variations

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

Color information

#382822 (or 0x382822) is known color: Brown Pod. HEX triplet: 38, 28 and 22. RGB value is (56,40,34). Sum of RGB (Red+Green+Blue) = 56+40+34=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #382822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382822 is #C7D7DD. Grayscale: #2C2C2C. Windows color (decimal): -13096926 or 2238520. OLE color: 2238520.

HSL color Cylindrical-coordinate representation of color #382822: hue angle of 16.36º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #382822 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 40 34 -
CMYK 0 0.29 0.39 0.78
HSL 16.36º 0.24% 0.18% -
HSV(B) 16.36º 0.39% 0.22% -
XYZ 2.68 2.47 1.85 -
YUV 44.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 56 40 34 0 0.29 0.39 0.78 16.36 0.24 0.18
Hex 38 28 22 0 1D 27 4E 10 18 12
Octal 70 50 42 0 35 47 116 20 30 22
Binary 111000 101000 100010 0 11101 100111 1001110 10000 11000 10010

Color Harmonies of #382822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382822

Black with #382822

Text Example


Text Example

White with #382822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382822; }

 p { color: rgb(56,40,34); }

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

background-color css

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

 a { background-color: rgb(56,40,34); }

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

border-color css

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

 span { border-color: rgb(56,40,34); }

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