Html Css Color HEX #382318 Brown Pod

📋 copy color: '#382318'

red 56 ◦ green 35 ◦ blue 24

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

Shades of Brown Pod #382318

Tints of Brown Pod #382318

RGB

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

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

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

R = 48.7%
G = 30.43%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#382318 (or 0x382318) is known color: Brown Pod. HEX triplet: 38, 23 and 18. RGB value is (56,35,24). Sum of RGB (Red+Green+Blue) = 56+35+24=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #382318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382318 is #C7DCE7. Grayscale: #282828. Windows color (decimal): -13098216 or 1581880. OLE color: 1581880.

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

Color convert

RGB 56 35 24 -
CMYK 0 0.37 0.57 0.78
HSL 20.63º 0.4% 0.16% -
HSV(B) 20.63º 0.57% 0.22% -
XYZ 2.4 2.11 1.14 -
YUV 40.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 56 35 24 0 0.37 0.57 0.78 20.63 0.4 0.16
Hex 38 23 18 0 25 39 4E 15 28 10
Octal 70 43 30 0 45 71 116 25 50 20
Binary 111000 100011 11000 0 100101 111001 1001110 10101 101000 10000

Color Harmonies of #382318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382318

Black with #382318

Text Example


Text Example

White with #382318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382318; }

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

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

background-color css

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

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

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

border-color css

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

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

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