Html Css Color HEX #38241F Brown Pod

📋 copy color: '#38241F'

red 56 ◦ green 36 ◦ blue 31

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

Shades of Brown Pod #38241F

Tints of Brown Pod #38241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.27%

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

R = 45.53%
G = 29.27%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#38241F (or 0x38241F) is known color: Brown Pod. HEX triplet: 38, 24 and 1F. RGB value is (56,36,31). Sum of RGB (Red+Green+Blue) = 56+36+31=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38241F is #C7DBE0. Grayscale: #292929. Windows color (decimal): -13097953 or 2040888. OLE color: 2040888.

HSL color Cylindrical-coordinate representation of color #38241F: hue angle of 12º 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 #38241F is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 31 -
CMYK 0 0.36 0.45 0.78
HSL 12º 0.29% 0.17% -
HSV(B) 12º 0.45% 0.22% -
XYZ 2.51 2.2 1.59 -
YUV 41.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 56 36 31 0 0.36 0.45 0.78 12 0.29 0.17
Hex 38 24 1F 0 24 2D 4E C 1D 11
Octal 70 44 37 0 44 55 116 14 35 21
Binary 111000 100100 11111 0 100100 101101 1001110 1100 11101 10001

Color Harmonies of #38241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38241F

Black with #38241F

Text Example


Text Example

White with #38241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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