Html Css Color HEX #38211A Brown Pod

📋 copy color: '#38211A'

red 56 ◦ green 33 ◦ blue 26

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

Shades of Brown Pod #38211A

Tints of Brown Pod #38211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.7%

 BLUE value IS 26 (10.55% from 255) = 22.61%

R = 48.7%
G = 28.7%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#38211A (or 0x38211A) is known color: Brown Pod. HEX triplet: 38, 21 and 1A. RGB value is (56,33,26). Sum of RGB (Red+Green+Blue) = 56+33+26=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #38211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38211A is #C7DEE5. Grayscale: #272727. Windows color (decimal): -13098726 or 1712440. OLE color: 1712440.

HSL color Cylindrical-coordinate representation of color #38211A: hue angle of 14º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38211A is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 33 26 -
CMYK 0 0.41 0.54 0.78
HSL 14º 0.37% 0.16% -
HSV(B) 14º 0.54% 0.22% -
XYZ 2.36 2 1.24 -
YUV 39.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 56 33 26 0 0.41 0.54 0.78 14 0.37 0.16
Hex 38 21 1A 0 29 36 4E E 25 10
Octal 70 41 32 0 51 66 116 16 45 20
Binary 111000 100001 11010 0 101001 110110 1001110 1110 100101 10000

Color Harmonies of #38211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38211A

Black with #38211A

Text Example


Text Example

White with #38211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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