Html Css Color HEX #38211E Brown Pod

📋 copy color: '#38211E'

red 56 ◦ green 33 ◦ blue 30

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

Shades of Brown Pod #38211E

Tints of Brown Pod #38211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.73%

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

R = 47.06%
G = 27.73%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#38211E (or 0x38211E) is known color: Brown Pod. HEX triplet: 38, 21 and 1E. RGB value is (56,33,30). Sum of RGB (Red+Green+Blue) = 56+33+30=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38211E is #C7DEE1. Grayscale: #272727. Windows color (decimal): -13098722 or 1974584. OLE color: 1974584.

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

Color convert

RGB 56 33 30 -
CMYK 0 0.41 0.46 0.78
HSL 6.92º 0.3% 0.17% -
HSV(B) 6.92º 0.46% 0.22% -
XYZ 2.41 2.02 1.49 -
YUV 39.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 56 33 30 0 0.41 0.46 0.78 6.92 0.3 0.17
Hex 38 21 1E 0 29 2E 4E 7 1E 11
Octal 70 41 36 0 51 56 116 7 36 21
Binary 111000 100001 11110 0 101001 101110 1001110 111 11110 10001

Color Harmonies of #38211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38211E

Black with #38211E

Text Example


Text Example

White with #38211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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