Html Css Color HEX #38251E Brown Pod

📋 copy color: '#38251E'

red 56 ◦ green 37 ◦ blue 30

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

Shades of Brown Pod #38251E

Tints of Brown Pod #38251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 45.53%
G = 30.08%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#38251E (or 0x38251E) is known color: Brown Pod. HEX triplet: 38, 25 and 1E. RGB value is (56,37,30). Sum of RGB (Red+Green+Blue) = 56+37+30=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38251E is #C7DAE1. Grayscale: #292929. Windows color (decimal): -13097698 or 1975608. OLE color: 1975608.

HSL color Cylindrical-coordinate representation of color #38251E: hue angle of 16.15º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38251E is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 30 -
CMYK 0 0.34 0.46 0.78
HSL 16.15º 0.3% 0.17% -
HSV(B) 16.15º 0.46% 0.22% -
XYZ 2.53 2.26 1.53 -
YUV 41.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 56 37 30 0 0.34 0.46 0.78 16.15 0.3 0.17
Hex 38 25 1E 0 22 2E 4E 10 1E 11
Octal 70 45 36 0 42 56 116 20 36 21
Binary 111000 100101 11110 0 100010 101110 1001110 10000 11110 10001

Color Harmonies of #38251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38251E

Black with #38251E

Text Example


Text Example

White with #38251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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