Html Css Color HEX #38201B Brown Pod

📋 copy color: '#38201B'

red 56 ◦ green 32 ◦ blue 27

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

Shades of Brown Pod #38201B

Tints of Brown Pod #38201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.48%

R = 48.7%
G = 27.83%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#38201B (or 0x38201B) is known color: Brown Pod. HEX triplet: 38, 20 and 1B. RGB value is (56,32,27). Sum of RGB (Red+Green+Blue) = 56+32+27=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #38201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38201B is #C7DFE4. Grayscale: #262626. Windows color (decimal): -13098981 or 1777720. OLE color: 1777720.

HSL color Cylindrical-coordinate representation of color #38201B: hue angle of 10.34º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38201B is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 32 27 -
CMYK 0 0.43 0.52 0.78
HSL 10.34º 0.35% 0.16% -
HSV(B) 10.34º 0.52% 0.22% -
XYZ 2.35 1.95 1.29 -
YUV 38.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 56 32 27 0 0.43 0.52 0.78 10.34 0.35 0.16
Hex 38 20 1B 0 2B 34 4E A 23 10
Octal 70 40 33 0 53 64 116 12 43 20
Binary 111000 100000 11011 0 101011 110100 1001110 1010 100011 10000

Color Harmonies of #38201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38201B

Black with #38201B

Text Example


Text Example

White with #38201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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