Html Css Color HEX #382014 Brown Pod

📋 copy color: '#382014'

red 56 ◦ green 32 ◦ blue 20

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

Shades of Brown Pod #382014

Tints of Brown Pod #382014

RGB

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

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

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

R = 51.85%
G = 29.63%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#382014 (or 0x382014) is known color: Brown Pod. HEX triplet: 38, 20 and 14. RGB value is (56,32,20). Sum of RGB (Red+Green+Blue) = 56+32+20=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382014 is #C7DFEB. Grayscale: #252525. Windows color (decimal): -13098988 or 1318968. OLE color: 1318968.

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

Color convert

RGB 56 32 20 -
CMYK 0 0.43 0.64 0.78
HSL 20º 0.47% 0.15% -
HSV(B) 20º 0.64% 0.22% -
XYZ 2.27 1.92 0.91 -
YUV 37.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 56 32 20 0 0.43 0.64 0.78 20 0.47 0.15
Hex 38 20 14 0 2B 40 4E 14 2F F
Octal 70 40 24 0 53 100 116 24 57 17
Binary 111000 100000 10100 0 101011 1000000 1001110 10100 101111 1111

Color Harmonies of #382014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382014

Black with #382014

Text Example


Text Example

White with #382014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382014; }

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

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

background-color css

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

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

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

border-color css

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

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

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