Html Css Color HEX #382521 Brown Pod

📋 copy color: '#382521'

red 56 ◦ green 37 ◦ blue 33

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

Shades of Brown Pod #382521

Tints of Brown Pod #382521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

 BLUE value IS 33 (13.28% from 255) = 26.19%

R = 44.44%
G = 29.37%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#382521 (or 0x382521) is known color: Brown Pod. HEX triplet: 38, 25 and 21. RGB value is (56,37,33). Sum of RGB (Red+Green+Blue) = 56+37+33=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382521 is #C7DADE. Grayscale: #2A2A2A. Windows color (decimal): -13097695 or 2172216. OLE color: 2172216.

HSL color Cylindrical-coordinate representation of color #382521: hue angle of 10.43º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #382521 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 33 -
CMYK 0 0.34 0.41 0.78
HSL 10.43º 0.26% 0.17% -
HSV(B) 10.43º 0.41% 0.22% -
XYZ 2.57 2.27 1.74 -
YUV 42.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 56 37 33 0 0.34 0.41 0.78 10.43 0.26 0.17
Hex 38 25 21 0 22 29 4E A 1A 11
Octal 70 45 41 0 42 51 116 12 32 21
Binary 111000 100101 100001 0 100010 101001 1001110 1010 11010 10001

Color Harmonies of #382521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382521

Black with #382521

Text Example


Text Example

White with #382521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382521; }

 p { color: rgb(56,37,33); }

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

background-color css

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

 a { background-color: rgb(56,37,33); }

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

border-color css

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

 span { border-color: rgb(56,37,33); }

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