Html Css Color HEX #38241A Brown Pod

📋 copy color: '#38241A'

red 56 ◦ green 36 ◦ blue 26

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

Shades of Brown Pod #38241A

Tints of Brown Pod #38241A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.03%

R = 47.46%
G = 30.51%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#38241A (or 0x38241A) is known color: Brown Pod. HEX triplet: 38, 24 and 1A. RGB value is (56,36,26). Sum of RGB (Red+Green+Blue) = 56+36+26=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38241A is #C7DBE5. Grayscale: #282828. Windows color (decimal): -13097958 or 1713208. OLE color: 1713208.

HSL color Cylindrical-coordinate representation of color #38241A: hue angle of 20º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38241A is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 26 -
CMYK 0 0.36 0.54 0.78
HSL 20º 0.37% 0.16% -
HSV(B) 20º 0.54% 0.22% -
XYZ 2.45 2.18 1.27 -
YUV 40.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 56 36 26 0 0.36 0.54 0.78 20 0.37 0.16
Hex 38 24 1A 0 24 36 4E 14 25 10
Octal 70 44 32 0 44 66 116 24 45 20
Binary 111000 100100 11010 0 100100 110110 1001110 10100 100101 10000

Color Harmonies of #38241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38241A

Black with #38241A

Text Example


Text Example

White with #38241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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