Html Css Color HEX #38231D Brown Pod

📋 copy color: '#38231D'

red 56 ◦ green 35 ◦ blue 29

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

Shades of Brown Pod #38231D

Tints of Brown Pod #38231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.17%

 BLUE value IS 29 (11.72% from 255) = 24.17%

R = 46.67%
G = 29.17%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#38231D (or 0x38231D) is known color: Brown Pod. HEX triplet: 38, 23 and 1D. RGB value is (56,35,29). Sum of RGB (Red+Green+Blue) = 56+35+29=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38231D is #C7DCE2. Grayscale: #282828. Windows color (decimal): -13098211 or 1909560. OLE color: 1909560.

HSL color Cylindrical-coordinate representation of color #38231D: hue angle of 13.33º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38231D is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 35 29 -
CMYK 0 0.37 0.48 0.78
HSL 13.33º 0.32% 0.17% -
HSV(B) 13.33º 0.48% 0.22% -
XYZ 2.45 2.13 1.44 -
YUV 40.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 56 35 29 0 0.37 0.48 0.78 13.33 0.32 0.17
Hex 38 23 1D 0 25 30 4E D 20 11
Octal 70 43 35 0 45 60 116 15 40 21
Binary 111000 100011 11101 0 100101 110000 1001110 1101 100000 10001

Color Harmonies of #38231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38231D

Black with #38231D

Text Example


Text Example

White with #38231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38231D; }

 p { color: rgb(56,35,29); }

 H1.HeaderClassName
 {
   color: #38231D;
 }
 .AnyTagClassName
 {
   color: #38231D;
 }
</style>

background-color css

<style>
 a { background-color: #38231D; }

 a { background-color: rgb(56,35,29); }

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

border-color css

<style>
 span { border-color: #38231D; }

 span { border-color: rgb(56,35,29); }

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