Html Css Color HEX #382319 Brown Pod

📋 copy color: '#382319'

red 56 ◦ green 35 ◦ blue 25

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

Shades of Brown Pod #382319

Tints of Brown Pod #382319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.17%

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

R = 48.28%
G = 30.17%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#382319 (or 0x382319) is known color: Brown Pod. HEX triplet: 38, 23 and 19. RGB value is (56,35,25). Sum of RGB (Red+Green+Blue) = 56+35+25=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #382319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382319 is #C7DCE6. Grayscale: #282828. Windows color (decimal): -13098215 or 1647416. OLE color: 1647416.

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

Color convert

RGB 56 35 25 -
CMYK 0 0.37 0.55 0.78
HSL 19.35º 0.38% 0.16% -
HSV(B) 19.35º 0.55% 0.22% -
XYZ 2.41 2.11 1.2 -
YUV 40.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 56 35 25 0 0.37 0.55 0.78 19.35 0.38 0.16
Hex 38 23 19 0 25 37 4E 13 26 10
Octal 70 43 31 0 45 67 116 23 46 20
Binary 111000 100011 11001 0 100101 110111 1001110 10011 100110 10000

Color Harmonies of #382319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382319

Black with #382319

Text Example


Text Example

White with #382319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382319; }

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

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

background-color css

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

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

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

border-color css

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

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

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