Html Css Color HEX #38251C Brown Pod

📋 copy color: '#38251C'

red 56 ◦ green 37 ◦ blue 28

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

Shades of Brown Pod #38251C

Tints of Brown Pod #38251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.14%

R = 46.28%
G = 30.58%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#38251C (or 0x38251C) is known color: Brown Pod. HEX triplet: 38, 25 and 1C. RGB value is (56,37,28). Sum of RGB (Red+Green+Blue) = 56+37+28=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38251C is #C7DAE3. Grayscale: #292929. Windows color (decimal): -13097700 or 1844536. OLE color: 1844536.

HSL color Cylindrical-coordinate representation of color #38251C: hue angle of 19.29º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38251C is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 28 -
CMYK 0 0.34 0.50 0.78
HSL 19.29º 0.33% 0.16% -
HSV(B) 19.29º 0.5% 0.22% -
XYZ 2.5 2.25 1.4 -
YUV 41.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 56 37 28 0 0.34 0.50 0.78 19.29 0.33 0.16
Hex 38 25 1C 0 22 32 4E 13 21 10
Octal 70 45 34 0 42 62 116 23 41 20
Binary 111000 100101 11100 0 100010 110010 1001110 10011 100001 10000

Color Harmonies of #38251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38251C

Black with #38251C

Text Example


Text Example

White with #38251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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