Html Css Color HEX #38251F Brown Pod

📋 copy color: '#38251F'

red 56 ◦ green 37 ◦ blue 31

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

Shades of Brown Pod #38251F

Tints of Brown Pod #38251F

RGB

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

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

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

R = 45.16%
G = 29.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#38251F (or 0x38251F) is known color: Brown Pod. HEX triplet: 38, 25 and 1F. RGB value is (56,37,31). Sum of RGB (Red+Green+Blue) = 56+37+31=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38251F is #C7DAE0. Grayscale: #2A2A2A. Windows color (decimal): -13097697 or 2041144. OLE color: 2041144.

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

Color convert

RGB 56 37 31 -
CMYK 0 0.34 0.45 0.78
HSL 14.4º 0.29% 0.17% -
HSV(B) 14.4º 0.45% 0.22% -
XYZ 2.54 2.26 1.6 -
YUV 42 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 56 37 31 0 0.34 0.45 0.78 14.4 0.29 0.17
Hex 38 25 1F 0 22 2D 4E E 1D 11
Octal 70 45 37 0 42 55 116 16 35 21
Binary 111000 100101 11111 0 100010 101101 1001110 1110 11101 10001

Color Harmonies of #38251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38251F

Black with #38251F

Text Example


Text Example

White with #38251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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