Html Css Color HEX #38201A Brown Pod

📋 copy color: '#38201A'

red 56 ◦ green 32 ◦ blue 26

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

Shades of Brown Pod #38201A

Tints of Brown Pod #38201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.07%

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

R = 49.12%
G = 28.07%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#38201A (or 0x38201A) is known color: Brown Pod. HEX triplet: 38, 20 and 1A. RGB value is (56,32,26). Sum of RGB (Red+Green+Blue) = 56+32+26=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #38201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38201A is #C7DFE5. Grayscale: #262626. Windows color (decimal): -13098982 or 1712184. OLE color: 1712184.

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

Color convert

RGB 56 32 26 -
CMYK 0 0.43 0.54 0.78
HSL 12º 0.37% 0.16% -
HSV(B) 12º 0.54% 0.22% -
XYZ 2.33 1.95 1.23 -
YUV 38.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 56 32 26 0 0.43 0.54 0.78 12 0.37 0.16
Hex 38 20 1A 0 2B 36 4E C 25 10
Octal 70 40 32 0 53 66 116 14 45 20
Binary 111000 100000 11010 0 101011 110110 1001110 1100 100101 10000

Color Harmonies of #38201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38201A

Black with #38201A

Text Example


Text Example

White with #38201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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