Html Css Color HEX #38231A Brown Pod

📋 copy color: '#38231A'

red 56 ◦ green 35 ◦ blue 26

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

Shades of Brown Pod #38231A

Tints of Brown Pod #38231A

RGB

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

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

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

R = 47.86%
G = 29.91%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#38231A (or 0x38231A) is known color: Brown Pod. HEX triplet: 38, 23 and 1A. RGB value is (56,35,26). Sum of RGB (Red+Green+Blue) = 56+35+26=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #38231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38231A is #C7DCE5. Grayscale: #282828. Windows color (decimal): -13098214 or 1712952. OLE color: 1712952.

HSL color Cylindrical-coordinate representation of color #38231A: hue angle of 18º 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 #38231A is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 35 26 -
CMYK 0 0.37 0.54 0.78
HSL 18º 0.37% 0.16% -
HSV(B) 18º 0.54% 0.22% -
XYZ 2.42 2.12 1.26 -
YUV 40.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 56 35 26 0 0.37 0.54 0.78 18 0.37 0.16
Hex 38 23 1A 0 25 36 4E 12 25 10
Octal 70 43 32 0 45 66 116 22 45 20
Binary 111000 100011 11010 0 100101 110110 1001110 10010 100101 10000

Color Harmonies of #38231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38231A

Black with #38231A

Text Example


Text Example

White with #38231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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