Html Css Color HEX #382015 Brown Pod

📋 copy color: '#382015'

red 56 ◦ green 32 ◦ blue 21

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

Shades of Brown Pod #382015

Tints of Brown Pod #382015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.27%

R = 51.38%
G = 29.36%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#382015 (or 0x382015) is known color: Brown Pod. HEX triplet: 38, 20 and 15. RGB value is (56,32,21). Sum of RGB (Red+Green+Blue) = 56+32+21=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382015 is #C7DFEA. Grayscale: #252525. Windows color (decimal): -13098987 or 1384504. OLE color: 1384504.

HSL color Cylindrical-coordinate representation of color #382015: hue angle of 18.86º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382015 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 32 21 -
CMYK 0 0.43 0.63 0.78
HSL 18.86º 0.45% 0.15% -
HSV(B) 18.86º 0.63% 0.22% -
XYZ 2.28 1.93 0.96 -
YUV 37.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 56 32 21 0 0.43 0.63 0.78 18.86 0.45 0.15
Hex 38 20 15 0 2B 3F 4E 13 2D F
Octal 70 40 25 0 53 77 116 23 55 17
Binary 111000 100000 10101 0 101011 111111 1001110 10011 101101 1111

Color Harmonies of #382015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382015

Black with #382015

Text Example


Text Example

White with #382015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382015; }

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

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

background-color css

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

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

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

border-color css

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

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

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