Html Css Color HEX #382114 Brown Pod

📋 copy color: '#382114'

red 56 ◦ green 33 ◦ blue 20

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

Shades of Brown Pod #382114

Tints of Brown Pod #382114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.35%

R = 51.38%
G = 30.28%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#382114 (or 0x382114) is known color: Brown Pod. HEX triplet: 38, 21 and 14. RGB value is (56,33,20). Sum of RGB (Red+Green+Blue) = 56+33+20=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382114 is #C7DEEB. Grayscale: #262626. Windows color (decimal): -13098732 or 1319224. OLE color: 1319224.

HSL color Cylindrical-coordinate representation of color #382114: hue angle of 21.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #382114 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 33 20 -
CMYK 0 0.41 0.64 0.78
HSL 21.67º 0.47% 0.15% -
HSV(B) 21.67º 0.64% 0.22% -
XYZ 2.3 1.98 0.92 -
YUV 38.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 56 33 20 0 0.41 0.64 0.78 21.67 0.47 0.15
Hex 38 21 14 0 29 40 4E 16 2F F
Octal 70 41 24 0 51 100 116 26 57 17
Binary 111000 100001 10100 0 101001 1000000 1001110 10110 101111 1111

Color Harmonies of #382114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382114

Black with #382114

Text Example


Text Example

White with #382114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382114; }

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

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

background-color css

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

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

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

border-color css

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

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

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