Html Css Color HEX #38241E Brown Pod

📋 copy color: '#38241E'

red 56 ◦ green 36 ◦ blue 30

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

Shades of Brown Pod #38241E

Tints of Brown Pod #38241E

RGB

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

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

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

R = 45.9%
G = 29.51%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#38241E (or 0x38241E) is known color: Brown Pod. HEX triplet: 38, 24 and 1E. RGB value is (56,36,30). Sum of RGB (Red+Green+Blue) = 56+36+30=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #38241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38241E is #C7DBE1. Grayscale: #292929. Windows color (decimal): -13097954 or 1975352. OLE color: 1975352.

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

Color convert

RGB 56 36 30 -
CMYK 0 0.36 0.46 0.78
HSL 13.85º 0.3% 0.17% -
HSV(B) 13.85º 0.46% 0.22% -
XYZ 2.5 2.2 1.52 -
YUV 41.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 56 36 30 0 0.36 0.46 0.78 13.85 0.3 0.17
Hex 38 24 1E 0 24 2E 4E E 1E 11
Octal 70 44 36 0 44 56 116 16 36 21
Binary 111000 100100 11110 0 100100 101110 1001110 1110 11110 10001

Color Harmonies of #38241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38241E

Black with #38241E

Text Example


Text Example

White with #38241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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