Html Css Color HEX #382118 Brown Pod

📋 copy color: '#382118'

red 56 ◦ green 33 ◦ blue 24

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

Shades of Brown Pod #382118

Tints of Brown Pod #382118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.2%

 BLUE value IS 24 (9.77% from 255) = 21.24%

R = 49.56%
G = 29.2%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#382118 (or 0x382118) is known color: Brown Pod. HEX triplet: 38, 21 and 18. RGB value is (56,33,24). Sum of RGB (Red+Green+Blue) = 56+33+24=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382118 is #C7DEE7. Grayscale: #262626. Windows color (decimal): -13098728 or 1581368. OLE color: 1581368.

HSL color Cylindrical-coordinate representation of color #382118: hue angle of 16.88º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382118 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 33 24 -
CMYK 0 0.41 0.57 0.78
HSL 16.88º 0.4% 0.16% -
HSV(B) 16.88º 0.57% 0.22% -
XYZ 2.34 1.99 1.13 -
YUV 38.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 56 33 24 0 0.41 0.57 0.78 16.88 0.4 0.16
Hex 38 21 18 0 29 39 4E 11 28 10
Octal 70 41 30 0 51 71 116 21 50 20
Binary 111000 100001 11000 0 101001 111001 1001110 10001 101000 10000

Color Harmonies of #382118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382118

Black with #382118

Text Example


Text Example

White with #382118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382118; }

 p { color: rgb(56,33,24); }

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

background-color css

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

 a { background-color: rgb(56,33,24); }

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

border-color css

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

 span { border-color: rgb(56,33,24); }

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