Html Css Color HEX #382419 Brown Pod

📋 copy color: '#382419'

red 56 ◦ green 36 ◦ blue 25

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

Shades of Brown Pod #382419

Tints of Brown Pod #382419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.77%

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

R = 47.86%
G = 30.77%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#382419 (or 0x382419) is known color: Brown Pod. HEX triplet: 38, 24 and 19. RGB value is (56,36,25). Sum of RGB (Red+Green+Blue) = 56+36+25=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #382419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382419 is #C7DBE6. Grayscale: #282828. Windows color (decimal): -13097959 or 1647672. OLE color: 1647672.

HSL color Cylindrical-coordinate representation of color #382419: hue angle of 21.29º 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 #382419 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 25 -
CMYK 0 0.36 0.55 0.78
HSL 21.29º 0.38% 0.16% -
HSV(B) 21.29º 0.55% 0.22% -
XYZ 2.44 2.17 1.21 -
YUV 40.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 56 36 25 0 0.36 0.55 0.78 21.29 0.38 0.16
Hex 38 24 19 0 24 37 4E 15 26 10
Octal 70 44 31 0 44 67 116 25 46 20
Binary 111000 100100 11001 0 100100 110111 1001110 10101 100110 10000

Color Harmonies of #382419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382419

Black with #382419

Text Example


Text Example

White with #382419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382419; }

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

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

background-color css

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

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

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

border-color css

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

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

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