Html Css Color HEX #38221F Brown Pod

📋 copy color: '#38221F'

red 56 ◦ green 34 ◦ blue 31

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

Shades of Brown Pod #38221F

Tints of Brown Pod #38221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.1%

 BLUE value IS 31 (12.5% from 255) = 25.62%

R = 46.28%
G = 28.1%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#38221F (or 0x38221F) is known color: Brown Pod. HEX triplet: 38, 22 and 1F. RGB value is (56,34,31). Sum of RGB (Red+Green+Blue) = 56+34+31=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38221F is #C7DDE0. Grayscale: #282828. Windows color (decimal): -13098465 or 2040376. OLE color: 2040376.

HSL color Cylindrical-coordinate representation of color #38221F: hue angle of 7.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38221F is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 34 31 -
CMYK 0 0.39 0.45 0.78
HSL 7.2º 0.29% 0.17% -
HSV(B) 7.2º 0.45% 0.22% -
XYZ 2.45 2.08 1.57 -
YUV 40.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 56 34 31 0 0.39 0.45 0.78 7.2 0.29 0.17
Hex 38 22 1F 0 27 2D 4E 7 1D 11
Octal 70 42 37 0 47 55 116 7 35 21
Binary 111000 100010 11111 0 100111 101101 1001110 111 11101 10001

Color Harmonies of #38221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38221F

Black with #38221F

Text Example


Text Example

White with #38221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38221F; }

 p { color: rgb(56,34,31); }

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

background-color css

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

 a { background-color: rgb(56,34,31); }

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

border-color css

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

 span { border-color: rgb(56,34,31); }

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