Html Css Color HEX #382019 Brown Pod

📋 copy color: '#382019'

red 56 ◦ green 32 ◦ blue 25

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

Shades of Brown Pod #382019

Tints of Brown Pod #382019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.32%

 BLUE value IS 25 (10.16% from 255) = 22.12%

R = 49.56%
G = 28.32%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#382019 (or 0x382019) is known color: Brown Pod. HEX triplet: 38, 20 and 19. RGB value is (56,32,25). Sum of RGB (Red+Green+Blue) = 56+32+25=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382019 is #C7DFE6. Grayscale: #262626. Windows color (decimal): -13098983 or 1646648. OLE color: 1646648.

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

Color convert

RGB 56 32 25 -
CMYK 0 0.43 0.55 0.78
HSL 13.55º 0.38% 0.16% -
HSV(B) 13.55º 0.55% 0.22% -
XYZ 2.32 1.94 1.17 -
YUV 38.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 56 32 25 0 0.43 0.55 0.78 13.55 0.38 0.16
Hex 38 20 19 0 2B 37 4E E 26 10
Octal 70 40 31 0 53 67 116 16 46 20
Binary 111000 100000 11001 0 101011 110111 1001110 1110 100110 10000

Color Harmonies of #382019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382019

Black with #382019

Text Example


Text Example

White with #382019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382019; }

 p { color: rgb(56,32,25); }

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

background-color css

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

 a { background-color: rgb(56,32,25); }

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

border-color css

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

 span { border-color: rgb(56,32,25); }

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